Fix fatal error in export caused by field mismatch (not defined)

This commit is contained in:
Nathan Gray 2013-01-23 23:21:51 +00:00
parent 117ca80a70
commit 212fc262da

View File

@ -14,7 +14,7 @@ php_flag short_open_tag on
php_flag track_vars on
php_flag display_errors off
# E_ALL & ~E_NOTICE & ~E_STRICT = 8191 - 8 - 2048 = 6135
php_value error_reporting 6135
#php_value error_reporting 30711
php_value max_execution_time 90
php_value memory_limit 256M
php_value session.gc_maxlifetime 14400