This commit is contained in:
sparkyx 2008-01-02 15:23:39 +00:00
parent 4f6de11999
commit 22ae75e59d
6 changed files with 62 additions and 7 deletions

View file

@ -756,7 +756,7 @@ function get_propertie()
$res=pg_fetch_all($r);
if ( empty($res) ) return null;
print_r($res[0]);
return $res[0];
}