mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-11 00:59:34 +00:00
Statistiken Umstellung auf Datenbankklasse
This commit is contained in:
@@ -68,5 +68,13 @@ class basis_db extends db
|
||||
else
|
||||
return pg_affected_rows($result);
|
||||
}
|
||||
|
||||
function db_fetch_array($result=null)
|
||||
{
|
||||
if(is_null($result))
|
||||
return pg_fetch_array($this->db_result);
|
||||
else
|
||||
return pg_fetch_array($result);
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user