aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-base/www/policy/private
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/mayor-base/www/policy/private')
-rw-r--r--mayor-orig/mayor-base/www/policy/private/session/googleapi-pre.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mayor-orig/mayor-base/www/policy/private/session/googleapi-pre.php b/mayor-orig/mayor-base/www/policy/private/session/googleapi-pre.php
index 49438dcc..62350992 100644
--- a/mayor-orig/mayor-base/www/policy/private/session/googleapi-pre.php
+++ b/mayor-orig/mayor-base/www/policy/private/session/googleapi-pre.php
@@ -94,7 +94,7 @@
if ($ADAT['googleSub']=='') return 0;
$q = "INSERT IGNORE INTO googleConnect (userAccount,policy,googleSub,googleUserCn,googleUserEmail,studyId) VALUES ('%s','%s','%s','%s','%s','%s')";
$v = array('userAccount'=>_USERACCOUNT,'policy'=>_POLICY,'googleSub'=>$ADAT['googleSub'],_USERACCOUNT.' ('.$ADAT['googleUserCn'].')',$ADAT['googleUserEmail'],_STUDYID);
- return db_query($q,array('debug'=>true,'fv'=>'googleapiGrant','modul'=>'login','result'=>'insert','values'=>$v));
+ return db_query($q,array('debug'=>false,'fv'=>'googleapiGrant','modul'=>'login','result'=>'insert','values'=>$v));
}
?> \ No newline at end of file