summaryrefslogtreecommitdiff
path: root/inc/template.php
diff options
context:
space:
mode:
authorKate Arzamastseva <pshns@ukr.net>2011-06-05 21:05:23 +0300
committerKate Arzamastseva <pshns@ukr.net>2011-06-05 21:05:23 +0300
commit8d40b4b6e74029367996c169aa3e67507a4cdfe1 (patch)
treef0e331013199b9f535e21c988f7f2b69746f5859 /inc/template.php
parent61f1aad8f877bdf33a160812d88b60c56aed1040 (diff)
downloadrpg-8d40b4b6e74029367996c169aa3e67507a4cdfe1.tar.gz
rpg-8d40b4b6e74029367996c169aa3e67507a4cdfe1.tar.bz2
type of recent changes selection
Diffstat (limited to 'inc/template.php')
-rw-r--r--inc/template.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php
index b9b3951ff..d2d66220c 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -89,7 +89,8 @@ function tpl_content_core(){
$_REQUEST['first'] = $_REQUEST['first'][0];
}
$first = is_numeric($_REQUEST['first']) ? intval($_REQUEST['first']) : 0;
- html_recent($first);
+ $show_changes = $_REQUEST['show_changes'];
+ html_recent($first, $show_changes);
break;
case 'index':
html_index($IDX); #FIXME can this be pulled from globals? is it sanitized correctly?