Mise à jour lien vers la liste des projets

This commit is contained in:
Rodolphe Quiedeville 2003-08-03 11:01:23 +00:00
parent e6daf633c5
commit 5183c494e7

View File

@ -246,7 +246,7 @@ if ($socid > 0) {
$num = $db->num_rows(); $num = $db->num_rows();
if ($num > 0) { if ($num > 0) {
$tag = !$tag; print "<tr $bc[$tag]>"; $tag = !$tag; print "<tr $bc[$tag]>";
print "<td colspan=\"2\"><a href=\"projet/index.php3?socidp=$objsoc->idp\">liste des projets ($num)</td></tr>"; print "<td colspan=\"2\"><a href=\"projet/index.php?socidp=$objsoc->idp\">liste des projets ($num)</td></tr>";
} }
while ($i < $num && $i < 5) { while ($i < $num && $i < 5) {
$obj = $db->fetch_object( $i); $obj = $db->fetch_object( $i);