From 3cc3396d670f84f00be8a67adef612863d35c0c5 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sat, 29 Oct 2011 00:52:54 +1300 Subject: [PATCH] Careless typos in code I can't execute :-( --- inc/drivers_ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/drivers_ldap.php b/inc/drivers_ldap.php index 513d1ac3..0712670a 100644 --- a/inc/drivers_ldap.php +++ b/inc/drivers_ldap.php @@ -551,7 +551,7 @@ function sync_LDAP(){ $ldap_timestamp = $Y.$m.$d.$H.$M.$S; } else if ( preg_match('{^(\d{8})(\d{6})(Z)?$', $ldap_timestamp, $matches ) ) { - $ldap_timestamp = $matches[1].'T'.$matches[2].$matches[3] + $ldap_timestamp = $matches[1].'T'.$matches[2].$matches[3]; } else if ( empty($ldap_timestamp) ) { $ldap_timestamp = date('c'); -- 2.11.4.GIT