Log errors in the database

This commit is contained in:
Deon George
2013-04-09 14:47:27 +10:00
parent 52d9005b64
commit 6cb3e55ca9
3 changed files with 80 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ return array
'checkout_notify'=>FALSE, // Test mode to test a particular checkout_notify item
'invoice'=>0, // Number of invoices to generate in a pass
'site'=>FALSE, // Glogal site debug
'show_errors'=>FALSE, // Show errors instead of logging in the DB.
'show_inactive'=>FALSE, // Show Inactive Items
'task_sim'=>FALSE, // Simulate running tasks
);