Subversion Repositories SmartDukaan

Rev

Rev 11496 | Rev 11506 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11496 Rev 11505
Line 85... Line 85...
85
			define('_PS_DEBUG_SQL_', true);
85
			define('_PS_DEBUG_SQL_', true);
86
		break;
86
		break;
87
	
87
	
88
		case 'testing':
88
		case 'testing':
89
		case 'production':
89
		case 'production':
90
			error_reporting(0);
90
			error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING);
91
			ini_set("log_errors", 1);
91
			ini_set("log_errors", 1);
92
		break;
92
		break;
93
 
93
 
94
		default:
94
		default:
95
			exit('The application environment is not set correctly.');
95
			exit('The application environment is not set correctly.');