mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Anpassung der RDFs an Datenbankklasse
This commit is contained in:
@@ -22,7 +22,7 @@ class basis_db extends db
|
||||
{
|
||||
//echo $sql.'<BR/>';
|
||||
if ($this->db_result=@pg_query(basis_db::$db_conn,$sql))
|
||||
return true;
|
||||
return $this->db_result;
|
||||
else
|
||||
{
|
||||
$this->errormsg.='Abfrage in Datenbank fehlgeschlagen! '.$this->db_last_error();
|
||||
|
||||
Reference in New Issue
Block a user