From: Aaron Schulz Date: Thu, 27 Nov 2008 07:45:08 +0000 (+0000) Subject: (bug 16445) add info if accounts are not sul accounts to cu results X-Git-Tag: 1.31.0-rc.0~44191 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=381e589e9699992b6e82c3feef2436dda33abcb5;p=lhc%2Fweb%2Fwiklou.git (bug 16445) add info if accounts are not sul accounts to cu results --- diff --git a/includes/AuthPlugin.php b/includes/AuthPlugin.php index 647be8a36e..7c9b339764 100644 --- a/includes/AuthPlugin.php +++ b/includes/AuthPlugin.php @@ -244,6 +244,11 @@ class AuthPluginUser { # Override this! } + public function getId() { + # Override this! + return -1; + } + public function isLocked() { # Override this! return false;