Modif ids

This commit is contained in:
Rodolphe Quiedeville 2005-11-02 08:38:02 +00:00
parent 81ca9c4605
commit 2c67c1211c

View File

@ -68,7 +68,7 @@ if ( $resql )
$sqlu = "REPLACE INTO llx_societe_perms";
$sqlu .= " (fk_soc, fk_user, pread, pwrite, pperms) ";
$sqlu .= " VALUES (".$row[0].",32,1,0,0)";
$sqlu .= " VALUES (".$row[0].",33,1,0,0)";
$resqlu = $db->query($sqlu);
}
$db->free($resql);