Beispiel #1
0
 /**
  * reset the internal counter for all day map counter
  *
  * @since  3.0
  * @author tim@imaginesimplicty.com
  * @return void
  */
 public static function reset_the_day_map()
 {
     self::$current_map_row = -1;
 }