Fix problem with classBrowser potentially included multiply.

This commit is contained in:
Andrew McMillan 2009-10-16 09:56:09 +13:00
parent 5bab699e14
commit dea095db04

View File

@ -10,7 +10,7 @@
*/
include('User.php');
include('classBrowser.php');
require_once('classBrowser.php'); // DAViCalUser is included via drivers_ldap.php so this could already be loaded
include('check_UTF8.php');
include('caldav-PUT-functions.php');