Completed
Push — work-fleets ( d64c53...5442ac )
by SuperNova.WS
05:10
created
includes/classes/DBStaticUser.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -78,6 +78,9 @@  discard block
 block discarded – undo
78 78
   }
79 79
 
80 80
 
81
+  /**
82
+   * @param integer $config_user_birthday_range
83
+   */
81 84
   public static function db_user_list_to_celebrate($config_user_birthday_range) {
82 85
     return doquery(
83 86
       "SELECT
@@ -163,6 +166,9 @@  discard block
 block discarded – undo
163 166
   }
164 167
 
165 168
 
169
+  /**
170
+   * @param boolean $player
171
+   */
166 172
   public static function db_user_by_id($user_id_unsafe, $for_update = false, $fields = '*', $player = null) {
167 173
     return classSupernova::db_get_user_by_id($user_id_unsafe, $for_update, $fields, $player);
168 174
   }
Please login to merge, or discard this patch.