Changeset 978 in subversion
- Timestamp:
- Jan 31, 2008 6:21:19 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/devel-vnext/program/include/bootstrap.php
r957 r978 62 62 /** 63 63 * Use PHP5 autoload for dynamic class loading 64 * 65 * @todo Make Zend, PEAR etc play with this 64 66 */ 65 67 function __autoload($classname) { … … 69 71 $classname 70 72 ); 71 72 73 include_once $filename. '.php'; 73 74 } … … 92 93 $registry = rcube_registry::get_instance(); 93 94 $registry->set('mbstring_loaded', null, 'core'); 94 95 96 ?>
Note: See TracChangeset
for help on using the changeset viewer.
