correcion en funcion de edicion

This commit is contained in:
fredyrivera 2016-11-26 23:35:25 -05:00
parent eb141405b2
commit 71612f649b
2 changed files with 1 additions and 2 deletions

View File

@ -836,7 +836,6 @@ document.oncopy = addLink;
</div> </div>
</div> </div>
</header> </header>
<div class="row fh5co-post-entry"> <div class="row fh5co-post-entry">

View File

@ -9031,7 +9031,7 @@ $xajax->registerFunction("insertar_campo_area");
function editar_campo($tabla,$key,$campo,$valor,$accion,$div,$indice){ function editar_campo($tabla,$key,$campo,$valor,$accion,$div,$indice){
//Definicion de variables //Definicion de variables
$accion = ""; //$accion = "";
$indice=$indice; $indice=$indice;
$valor = str_replace('"',"'", $valor); $valor = str_replace('"',"'", $valor);