diff options
author | plegall <plg@piwigo.org> | 2006-04-14 21:25:49 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2006-04-14 21:25:49 +0000 |
commit | afa5ab27a5e81ba32e797d7025fbb25a862bcfbe (patch) | |
tree | e6ebc20c0abe32a54e82cf1d62287df0c97797fa /include/config_default.inc.php | |
parent | 4e8f0f583fc7254500e9d765853e30db4f9e5b01 (diff) |
new: upgrade script from release 1.5.0
improvement: ability to turn off dying on SQL queries failure. Could be
useful for upgrades.
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1174 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r-- | include/config_default.inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index e441de35a..0a5a8e551 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -333,6 +333,9 @@ $conf['show_gt'] = true; // accessed $conf['debug_l10n'] = false; +// die_on_sql_error: if an SQL query fails, should everything stop? +$conf['die_on_sql_error'] = true; + // +-----------------------------------------------------------------------+ // | authentication | // +-----------------------------------------------------------------------+ |