]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - Classes/class-hook.php
Fix del_usermeta() not working for both sql_db and file_db
[irc/unrealircd/unrealircd-webpanel.git] / Classes / class-hook.php
index 8b108bd3ab076a42e70acfab5d59afd6439b3707..c26bff2fa082fea6bad16f0323e0a9a829ab36f1 100644 (file)
@@ -25,7 +25,7 @@ define('HOOKTYPE_NAVBAR', 100);
  * This doesn't receive anything, however you must still specify an
  * parameter for your hook function, because it's referring to memory. Sorry =]
  * 
- * Currently this is only used by the "sql_auth" plugin by Valware in order to
+ * Currently this is only used by the "sql_db" plugin by Valware in order to
  * redirect users immediately to the login page.
  * 
  * Putting HTML in this hook is not a good idea.