Correction appel mysql

This commit is contained in:
Rodolphe Quiedeville 2005-03-23 09:21:22 +00:00
parent 699a0154e3
commit dc619461a5
6 changed files with 6 additions and 6 deletions

View File

@ -131,7 +131,7 @@ if ($result)
while ($i < min($num,$conf->liste_limit))
{
$obj = $db->fetch_object($i);
$obj = $db->fetch_object();
$var=!$var;
print "<tr $bc[$var]>";

View File

@ -83,7 +83,7 @@ if ($db->query($sql))
while ($i < min($num,$conf->liste_limit))
{
$obj = $db->fetch_object($i);
$obj = $db->fetch_object();
$var=!$var;
print "<tr $bc[$var]>";

View File

@ -149,7 +149,7 @@ if ($result)
while ($i < min($num,$conf->liste_limit))
{
$obj = $db->fetch_object($i);
$obj = $db->fetch_object();
$var=!$var;
print "<tr $bc[$var]>";

View File

@ -172,7 +172,7 @@ if ($result)
while ($i < min($num,$conf->liste_limit))
{
$obj = $db->fetch_object($i);
$obj = $db->fetch_object();
$var=!$var;
print "<tr $bc[$var]><td>";

View File

@ -131,7 +131,7 @@ if ($result)
while ($i < min($num,$conf->liste_limit))
{
$obj = $db->fetch_object($i);
$obj = $db->fetch_object();
$var=!$var;
print "<tr $bc[$var]><td>";

View File

@ -91,7 +91,7 @@ if ($result)
while ($i < min($num,$conf->liste_limit))
{
$obj = $db->fetch_object($i);
$obj = $db->fetch_object();
$var=!$var;
print "<tr $bc[$var]><td>";