This commit is contained in:
Gerald Simane
2009-06-08 06:37:57 +00:00
parent 158402455f
commit 725e178014
660 changed files with 170054 additions and 169940 deletions
+2
View File
@@ -28,12 +28,14 @@ class telefonnummer
function telefonnummer($conn, $telefonnummer_id = null)
{
$this->conn = $conn;
/*
$qry = "SET CLIENT_ENCODING TO 'UNICODE';";
if(!pg_query($conn,$qry))
{
$this->errormsg = "Encoding konnte nicht gesetzt werden";
return false;
}
*/
if($telefonnummer_id != null)
$this->load($telefonnummer_id);
}