BUG 11611: Descripciones de conexion a base de datos se pierden luego de importar un proceso SOLVED

This commit is contained in:
Julio Cesar Laura
2014-08-22 15:45:40 -04:00
parent 644ef1f552
commit 2160170174

View File

@@ -2753,7 +2753,7 @@ class Processes
if ($oContent->Exists( $ConCategory, $ConParent, $ConId, $ConLang )) {
$oContent->removeContent( $ConCategory, $ConParent, $ConId );
}
$oContent->addContent( $ConCategory, $ConParent, $ConId, $ConLang, "" );
$oContent->addContent( $ConCategory, $ConParent, $ConId, $ConLang, $aRow['DBS_DESCRIPTION'] );
}
} #@!neyek