diff --git a/admin/registration_list.php b/admin/registration_list.php
index 385d1ef..becaca5 100644
--- a/admin/registration_list.php
+++ b/admin/registration_list.php
@@ -239,7 +239,7 @@ else $wherestatus="";
foreach($cats AS $c=>$cn) {
echo "
".($stats_categories[$c]?$stats_categories[$c]:0)." | ";
}
- echo "".($total_projects?$total_projects:0)." | ";
+ echo "".($stats_totalprojects?$stats_totalprojects:0)." | ";
echo "";
echo "";
@@ -252,23 +252,3 @@ else $wherestatus="";
send_footer();
?>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-