Index: branches/5.0.x/core/kernel/db/dblist.php =================================================================== diff -u -r12299 -r12323 --- branches/5.0.x/core/kernel/db/dblist.php (.../dblist.php) (revision 12299) +++ branches/5.0.x/core/kernel/db/dblist.php (.../dblist.php) (revision 12323) @@ -1,6 +1,6 @@ Application->isDebugMode() ) - { + if ($this->Application->isDebugMode()) { global $debugger; $debugger->appendTrace(); } + trigger_error('Depricated method kDBList->SetWhereClause. Use kDBList->addFilter instead.', E_USER_ERROR); }