better description of brisk->add_user method
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Mon, 12 Jan 2015 16:56:26 +0000 (17:56 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Mon, 12 Jan 2015 16:56:26 +0000 (17:56 +0100)
web/Obj/brisk.phh

index 6bf400b..de60682 100644 (file)
@@ -2290,7 +2290,7 @@ class Brisk
    *   if ($idx == -3    && ret == FALSE)  =>  wrong password
    *   if ($idx == -1    && ret == FALSE)  =>  no space left
    *   if ($idx ==  0    && ret == user)   =>  SUCCESS
-   *   if ($idx == -$idx && ret == user)   =>  SUCCESS (but the login exists in the auth db)
+   *   if ($idx == -($idx + 1) && ret == user)   =>  SUCCESS (but the login exists in the auth db)
    */
 
   function add_user(&$sess, &$idx, $name, $pass, $ip, $header, $cookie)