aboutsummaryrefslogtreecommitdiffstats
path: root/admin/stats.php
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2008-01-20 20:22:33 +0000
committerddtddt <ddtddt@piwigo.org>2008-01-20 20:22:33 +0000
commit8ead4c5b8df1796eba69ba6ab3fb71e315357651 (patch)
tree97bc69e50493320dec14eb1a49516f917f499372 /admin/stats.php
parentb0a987880a561db50aaa82b893aa633a0f6c7473 (diff)
code's cleaning thank you rub
git-svn-id: http://piwigo.org/svn/trunk@2187 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/stats.php')
-rw-r--r--admin/stats.php10
1 files changed, 2 insertions, 8 deletions
diff --git a/admin/stats.php b/admin/stats.php
index 9681c4ba0..07a98848c 100644
--- a/admin/stats.php
+++ b/admin/stats.php
@@ -392,16 +392,10 @@ $base_url = PHPWG_ROOT_PATH.'admin.php?page=history';
$template->assign_vars(
array(
- 'U_HELP' => PHPWG_ROOT_PATH.'popuphelp.php?page=history',
-
- 'F_ACTION' => PHPWG_ROOT_PATH.'admin.php?page=history'
- )
- );
-
-$template->assign_vars(
- array(
'L_STAT_TITLE' => implode($conf['level_separator'], $title_parts),
'PERIOD_LABEL' => $period_label,
+ 'U_HELP' => PHPWG_ROOT_PATH.'popuphelp.php?page=history',
+ 'F_ACTION' => PHPWG_ROOT_PATH.'admin.php?page=history',
)
);