Changeset 5259
- Timestamp:
- 02/07/07 19:48:58 (2 years ago)
- Files:
-
- trunk/src/midcom.helper.datamanager2/schema.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/midcom.helper.datamanager2/schema.php
r4909 r5259 218 218 debug_print_r('Passed schema db was:', $schemadb); 219 219 debug_pop(); 220 $_MIDCOM->generate_error('Failed to access the schema database: Invalid variable type while constructing.', 221 MIDCOM_ERRCRIT); 220 $_MIDCOM->generate_error(MIDCOM_ERRCRIT, 'Failed to access the schema database: Invalid variable type while constructing.'); 222 221 // This will exit. 223 222 }
