Remove log

This commit is contained in:
Laurent Destailleur 2010-05-18 08:22:42 +00:00
parent 6ef1098734
commit b8fe34988c

View File

@ -76,7 +76,7 @@ if ($resql)
$i=0;
while($obj=$db->fetch_object($resql))
{
var_dump($obj);
//var_dump($obj);
$i++;
$property[$i]['field']=$obj->Field;
if ($obj->Key == 'PRI')