Autoload library.
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 15 Jan 2009 06:44:07 +0000 (23:44 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 15 Jan 2009 06:44:07 +0000 (23:44 -0700)
imp/templates/prefs/sourceselect.inc

index 11ae248..d2bce5c 100644 (file)
@@ -1,6 +1,5 @@
 <?php
 if ($registry->hasMethod('contacts/sources')) {
-    require_once IMP_BASE . '/lib/Compose.php';
     $search = IMP_Compose::getAddressSearchParams();
     $readable = $registry->call('contacts/sources');
     $writeable = $registry->call('contacts/sources', true);