Browse Source

Informative comment

spaghetti 8 years ago
parent
commit
f88ff8d71b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      classes/users.class.php

+ 1
- 0
classes/users.class.php View File

677
    *
677
    *
678
    * @param int $UserID The user ID
678
    * @param int $UserID The user ID
679
    * @param string $Username The username
679
    * @param string $Username The username
680
+   * @param int $ASN The ASN
680
    * @param string $Email The email address
681
    * @param string $Email The email address
681
    */
682
    */
682
   public static function authLocation($UserID, $Username, $ASN, $Email) {
683
   public static function authLocation($UserID, $Username, $ASN, $Email) {

Loading…
Cancel
Save