Skip to content
Snippets Groups Projects
Commit 32600be3 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Correction bug suite au renommage des tables en llx_tables

parent ce971720
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment