mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 18:02:18 +00:00
This commit is contained in:
@@ -59,6 +59,7 @@ class preinteressent
|
||||
function preinteressent($conn, $preinteressent_id=null, $unicode=false)
|
||||
{
|
||||
$this->conn = $conn;
|
||||
/*
|
||||
if($unicode!=null)
|
||||
{
|
||||
if($unicode)
|
||||
@@ -72,7 +73,7 @@ class preinteressent
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
if($preinteressent_id != null)
|
||||
$this->load($preinteressent_id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user