Private GIT

Skip to content
Snippets Groups Projects
Commit 6a84b0c3 authored by ck's avatar ck
Browse files

-

parent d00de3c2
Branches
No related tags found
No related merge requests found
...@@ -55,6 +55,9 @@ global $mybb, $lang, $db, $valck_run; ...@@ -55,6 +55,9 @@ global $mybb, $lang, $db, $valck_run;
$query = $db->query("SELECT count(*) as count FROM `" . TABLE_PREFIX . "threads` where lastpost >= ".$datecut." ORDER BY `tid` DESC"); $query = $db->query("SELECT count(*) as count FROM `" . TABLE_PREFIX . "threads` where lastpost >= ".$datecut." ORDER BY `tid` DESC");
$count = $db->fetch_field($query, "count"); $count = $db->fetch_field($query, "count");
$db->free_result($query); $db->free_result($query);
// fin requete message aujourdui
// le code pour le forum // le code pour le forum
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment