Mise jour des noms de tables

This commit is contained in:
Rodolphe Quiedeville 2003-05-25 16:26:58 +00:00
parent 23dc6502ef
commit 9d5f6e39f8

View File

@ -69,13 +69,14 @@ if ($action == 'update')
}
}
/*
*
*
*/
llxHeader();
if ($page == -1) { $page = 0 ; }
$limit = 26;
$offset = $limit * $page ;
$pageprev = $page - 1;
$pagenext = $page + 1;
if ($socid > 0)
{
@ -225,7 +226,7 @@ if ($socid > 0)
print "<td>Fax</td><td>Email</td>";
$sql = "SELECT a.id, ".$db->pdate("a.datea")." as da, c.libelle, u.code, a.propalrowid, a.fk_user_author, fk_contact, u.rowid ";
$sql .= " FROM llx_actioncomm as a, c_actioncomm as c, llx_user as u ";
$sql .= " FROM actioncomm as a, c_actioncomm as c, llx_user as u ";
$sql .= " WHERE a.fk_soc = $objsoc->idp ";
$sql .= " AND u.rowid = a.fk_user_author";
$sql .= " AND c.id=a.fk_action ";