Changeset 133 for branches/1.1dev/lib


Ignore:
Timestamp:
May 31, 2006 2:38:34 AM (18 years ago)
Author:
scdev
Message:

Q

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1dev/lib/MCVE.inc.php

    r117 r133  
    2323        // Ensure PHP was compiled with the MCVE functions.
    2424        if (!extension_loaded('mcve')) {
    25             trigger_error('MCVE class instantiation failed: MCVE extension not available.', E_USER_WARNING);
    26             die;
     25            trigger_error('MCVE class instantiation failed: MCVE extension not available.', E_USER_ERROR);
    2726        }
    2827        $this->username = $username;
Note: See TracChangeset for help on using the changeset viewer.