X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=inc%2Fdb%2Fanydb.php;h=b63a26400208ceafbc79ee9e5af2f630a60f2495;hp=1094365eb42a6201d99bdd0e851427d096e60977;hb=1eff14d093d541d9858f73ffca042de5a2bf3ea5;hpb=274b5f5506b242b4680bc8fe3d9811f668c06f29 diff --git a/inc/db/anydb.php b/inc/db/anydb.php index 1094365..b63a264 100644 --- a/inc/db/anydb.php +++ b/inc/db/anydb.php @@ -100,7 +100,8 @@ interface anydbConnection { /* * set password $pwd for user $usrname. If $usrname does not exist, create - * it + * it. + * throws an err_query error in case $pwd is null */ public function setpwd($usrname, $pwd);