remove PEAR::pushErrorHandling() call
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 26 Jan 2011 16:59:40 +0000 (11:59 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 26 Jan 2011 18:58:34 +0000 (13:58 -0500)
kronolith/scripts/upgrades/convert_to_utc.php

index 3e53238..3b6308d 100755 (executable)
@@ -9,7 +9,6 @@ require_once dirname(__FILE__) . '/../../lib/Application.php';
 Horde_Registry::appInit('kronolith', array('cli' => true));
 
 /* Prepare DB stuff. */
-PEAR::pushErrorHandling(PEAR_ERROR_CALLBACK, create_function('$e', 'echo $e->toString()."\n";exit;'));
 $db = $injector->getInstance('Horde_Db_Adapter');
 try {
     $result = $db->selectAll('SELECT event_title, event_id, event_creator_id, event_start, event_end, event_allday, event_recurenddate FROM ' . $conf['calendar']['params']['table'] . ' ORDER BY event_creator_id');