diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-12 07:45:01 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-12 07:45:01 +0000 |
commit | 0b39cf3100870d54e13039a4e5d8635f121df4ab (patch) | |
tree | 44a4d54aa9e1dc2f0f7484d74fe367a868ac40a1 /templates/show_admin_info.inc.php | |
parent | 65929b1bcc5e8692dd6e716d3066fbd92d754a26 (diff) | |
download | ampache-0b39cf3100870d54e13039a4e5d8635f121df4ab.tar.gz ampache-0b39cf3100870d54e13039a4e5d8635f121df4ab.tar.bz2 ampache-0b39cf3100870d54e13039a4e5d8635f121df4ab.zip |
few minor fixes including a XML-RPC fix
Diffstat (limited to 'templates/show_admin_info.inc.php')
-rw-r--r-- | templates/show_admin_info.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/show_admin_info.inc.php b/templates/show_admin_info.inc.php index 8816937c..c8ecb222 100644 --- a/templates/show_admin_info.inc.php +++ b/templates/show_admin_info.inc.php @@ -23,7 +23,6 @@ $web_path = conf('web_path'); /* Flagged Information Gathering */ $flag = new Flag(); $flagged = $flag->get_recent(10); -$total_flagged = $flag->get_total(); /* Disabled Information Gathering */ $catalog = new Catalog(); |