Changeset 5259

Show
Ignore:
Timestamp:
02/07/07 19:48:58 (2 years ago)
Author:
bergie
Message:

Fix parameter order

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/midcom.helper.datamanager2/schema.php

    r4909 r5259  
    218218            debug_print_r('Passed schema db was:', $schemadb); 
    219219            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.'); 
    222221            // This will exit. 
    223222        }