Ajout lien sur les action comm
This commit is contained in:
parent
a265190a41
commit
4157b8615c
@ -137,7 +137,7 @@ $sql .= " WHERE a.fk_soc = $socid AND c.id=a.fk_action AND a.fk_user_author = u.
|
|||||||
if ( $db->query($sql) ) {
|
if ( $db->query($sql) ) {
|
||||||
$num = $db->num_rows();
|
$num = $db->num_rows();
|
||||||
$i = 0;
|
$i = 0;
|
||||||
print "<TABLE border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"4\">";
|
print '<TABLE border="0" width="100%" cellspacing="0" cellpadding="4">';
|
||||||
print '<TR class="liste_titre">';
|
print '<TR class="liste_titre">';
|
||||||
print '<TD>Date</TD>';
|
print '<TD>Date</TD>';
|
||||||
print "<TD>Action</TD>";
|
print "<TD>Action</TD>";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user