In GoogleAppsAccount, accounts for the special meaning of "<column of type VARCHAR...
authorVincent Zanotti <vincent.zanotti@polytechnique.org>
Tue, 22 Apr 2008 18:13:21 +0000 (20:13 +0200)
committerVincent Zanotti <vincent.zanotti@polytechnique.org>
Tue, 22 Apr 2008 18:13:21 +0000 (20:13 +0200)
Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
include/googleapps.inc.php

index 6dae3b1..1e9ee3c 100644 (file)
@@ -149,6 +149,9 @@ class GoogleAppsAccount
         $this->uid = $uid;
         $this->g_account_name = $account_name;
         $this->g_status = NULL;
+        if (!$this->g_account_name) {
+            return;
+        }
 
         $res = XDB::query(
             "SELECT  l_sync_password, l_activate_mail_redirection,