mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
This commit is contained in:
@@ -50,7 +50,7 @@ class note
|
||||
function note($conn, $note = null, $unicode=false)
|
||||
{
|
||||
$this->conn = $conn;
|
||||
|
||||
/*
|
||||
if($unicode!=null)
|
||||
{
|
||||
if ($unicode)
|
||||
@@ -64,7 +64,7 @@ class note
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
if($note != null)
|
||||
$this->load($note);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user