Skip to content

Commit

Permalink
Fix affichage scanne
Browse files Browse the repository at this point in the history
prepa tag
  • Loading branch information
machine62 committed Sep 1, 2019
1 parent fac8caa commit 19ed928
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions model/oversight.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function getCountALLInsert()



function getALLInsert($player_id,$since, $weekday)
function getALLInsert($player_id,$since=1500000000 , $weekday=-1)
{
$player = "";
$player.= " WHERE `player_id` > 0 ";
Expand All @@ -172,7 +172,8 @@ function getALLInsert($player_id,$since, $weekday)
return get_Insert($query);
}

function getMyInsert($player_id,$since, $weekday)

function getMyInsert($player_id,$since=1500000000 , $weekday=-1)
{
global $user_data;
$user_id = $user_data["user_id"];
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Oversight
0.1.0
0.1.1
Oversight,Oversight,oversight,oversight,oversight.php,1,0
3.2.0

0 comments on commit 19ed928

Please sign in to comment.