mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 20:32:14 +09:00
Remove old debug constants
This commit is contained in:
parent
968e25cd6e
commit
6b4d69bcc2
14 changed files with 29 additions and 228 deletions
|
|
@ -59,9 +59,6 @@ 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