Correction bug suite au renommage des tables en llx_tables

This commit is contained in:
Laurent Destailleur 2004-02-02 03:17:11 +00:00
parent ce9717201c
commit 32600be3ad

View File

@ -104,7 +104,7 @@ if ($action == 'stcomm')
{
if ($stcommid <> 'null' && $stcommid <> $oldstcomm)
{
$sql = "INSERT INTO socstatutlog (datel, fk_soc, fk_statut, author) ";
$sql = "INSERT INTO ".MAIN_DB_PREFIX."socstatutlog (datel, fk_soc, fk_statut, author) ";
$sql .= " VALUES ('$dateaction',$socid,$stcommid,'" . $GLOBALS["REMOTE_USER"] . "')";
$result = @$db->query($sql);