*** empty log message ***
diff --git a/includes/app.php b/includes/app.php
index b9fd6a2..7da0bd8 100644
--- a/includes/app.php
+++ b/includes/app.php
@@ -30,12 +30,13 @@
 	require_once($_SERVER['DOCUMENT_ROOT'] . "/projects/classes/common.php");
 	require_once($_SERVER['DOCUMENT_ROOT'] . "/projects/classes/images.inc");
 	$projects = getAllProjectsInSimultaneousRelease($release);
-	sortProjects($projects, 'name');
 	$number_projects = count($projects);
+	sortProjects($projects, 'name');
+	
 	
 	if($_GET['test'] == 'true'){
-		print_r($projects);
-		exit();
+		//print_r($projects);
+		//exit();
 	}
 		
 }
diff --git a/projects.php b/projects.php
index 67c6691..f16cf1f 100644
--- a/projects.php
+++ b/projects.php
@@ -27,6 +27,7 @@
 			<?php include_once('includes/nav.php');?>			
 			<div id="window">
 				<?php include_once('includes/sidebar-1.php');?>	
+		
 				<div id="main">			
 					<table class="projects ">
 						<thead>
@@ -39,11 +40,7 @@
 					</table>
 					<div class="content-scroll">
 					<table class="projects" cellpadding="2" cellspacing="2">
-						<tfoot>
-							<tr">							
-							<td id="td_count" colspan="3">Project count : <?php print $number_projects;?></td>
-						</tr>
-						</tfoot>
+						
 						<?php 
 						$count = 0;
 						$new = 0;
@@ -82,6 +79,11 @@
 						
 						}
 						?>
+						<tfoot>
+							<tr">							
+							<td id="td_count" colspan="3">Project count : <?php print $count;?></td>
+						</tr>
+						</tfoot>
 				</table>
 			</div>				
 		</div>