This commit is contained in:
Julio Cesar Laura Avendaño
2016-10-01 17:23:05 -04:00
parent 0843f43292
commit 1094d89eda

View File

@@ -410,7 +410,7 @@ class Content extends BaseContent
mysql_free_result( $result );
$total = $this->rowsProcessed + $this->rowsInserted;
$statement = $connection->prepareStatement( "INSERT INTO CONTENT
$statement = $connection->prepareStatement( "REPLACE INTO CONTENT
SELECT CON_CATEGORY, CON_PARENT, CON_ID , CON_LANG, CON_VALUE
FROM CONTENT_BACKUP" );
$statement->executeQuery();