Completed
Push — work-fleets ( f3b03d...13a233 )
by SuperNova.WS
05:51
created
includes/classes/DBStaticUser.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -90,6 +90,9 @@  discard block
 block discarded – undo
90 90
 
91 91
 
92 92
 
93
+  /**
94
+   * @param boolean $player
95
+   */
93 96
   public static function db_user_by_id($user_id_unsafe, $for_update = false, $fields = '*', $player = null) {
94 97
     return classSupernova::db_get_user_by_id($user_id_unsafe, $for_update, $fields, $player);
95 98
   }
@@ -126,6 +129,9 @@  discard block
 block discarded – undo
126 129
 
127 130
 
128 131
 
132
+  /**
133
+   * @param integer $config_user_birthday_range
134
+   */
129 135
   public static function db_user_list_to_celebrate($config_user_birthday_range) {
130 136
     return doquery(
131 137
       "SELECT
Please login to merge, or discard this patch.