Correction bug suite au renommage des tables en llx_tables
This commit is contained in:
parent
ce9717201c
commit
32600be3ad
@ -104,7 +104,7 @@ if ($action == 'stcomm')
|
|||||||
{
|
{
|
||||||
if ($stcommid <> 'null' && $stcommid <> $oldstcomm)
|
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"] . "')";
|
$sql .= " VALUES ('$dateaction',$socid,$stcommid,'" . $GLOBALS["REMOTE_USER"] . "')";
|
||||||
$result = @$db->query($sql);
|
$result = @$db->query($sql);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user