forked from qwerty/tupali
correcion en funcion de edicion
This commit is contained in:
parent
eb141405b2
commit
71612f649b
@ -836,7 +836,6 @@ document.oncopy = addLink;
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</header>
|
||||
<div class="row fh5co-post-entry">
|
||||
|
||||
|
@ -9031,7 +9031,7 @@ $xajax->registerFunction("insertar_campo_area");
|
||||
|
||||
function editar_campo($tabla,$key,$campo,$valor,$accion,$div,$indice){
|
||||
//Definicion de variables
|
||||
$accion = "";
|
||||
//$accion = "";
|
||||
|
||||
$indice=$indice;
|
||||
$valor = str_replace('"',"'", $valor);
|
||||
|
Loading…
Reference in New Issue
Block a user