mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-05 03:22:10 +09:00
Do not display meaningless debug information
This commit is contained in:
parent
12673a29c6
commit
e04efdd03e
3 changed files with 13 additions and 2 deletions
|
|
@ -59,6 +59,9 @@ class documentItem extends Object
|
|||
$this->columnList = $columnList;
|
||||
|
||||
$this->_loadFromDB($load_extra_vars);
|
||||
|
||||
trigger_error("This is a test error message.", E_USER_WARNING);
|
||||
debugPrint(array("This message was printed with debugPrint() function", "Array is okay"));
|
||||
}
|
||||
|
||||
function setDocument($document_srl, $load_extra_vars = true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue