Fix: uniformize code

This commit is contained in:
Regis Houssin 2009-11-11 17:22:29 +00:00
parent ad111f9536
commit fca7cb2b0e

View File

@ -41,7 +41,7 @@ if ( $retour >= 0 )
if ($result)
{
$tab = $sql->fetch_array($res);
$tab = $db->fetch_array($res);
foreach ( $tab as $key => $value )
{