mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 09:52:22 +00:00
This commit is contained in:
@@ -63,7 +63,7 @@ class gebiet
|
||||
public function gebiet($conn, $gebiet_id=null, $unicode=false)
|
||||
{
|
||||
$this->conn = $conn;
|
||||
|
||||
/*
|
||||
if($unicode)
|
||||
$qry = "SET CLIENT_ENCODING TO 'UNICODE';";
|
||||
else
|
||||
@@ -74,7 +74,7 @@ class gebiet
|
||||
$this->errormsg = 'Encoding konnte nicht gesetzt werden';
|
||||
return false;
|
||||
}
|
||||
|
||||
*/
|
||||
if($gebiet_id != null)
|
||||
$this->load($gebiet_id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user