[Mapbender-commits] r3684 - trunk/mapbender/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Mar 12 12:40:58 EDT 2009


Author: astrid_emde
Date: 2009-03-12 12:40:57 -0400 (Thu, 12 Mar 2009)
New Revision: 3684

Modified:
   trunk/mapbender/http/php/mb_listGUIs.php
Log:
no category no text 

Modified: trunk/mapbender/http/php/mb_listGUIs.php
===================================================================
--- trunk/mapbender/http/php/mb_listGUIs.php	2009-03-12 16:34:47 UTC (rev 3683)
+++ trunk/mapbender/http/php/mb_listGUIs.php	2009-03-12 16:40:57 UTC (rev 3684)
@@ -64,12 +64,12 @@
 			if(strlen($row["category_name"]) > 0) {
 				printf("<h2 class=\"gui_category\">%s</h2>",$row["category_name"]);
 			}else{
-				printf("<h2 class=\"gui_category\">%s</h2>","Applcations");
+				printf("<h2 class=\"gui_category\">%s</h2>","");
 			}
 			if(strlen($row["category_description"]) > 0) {
 				printf("<p class=\"gui_category_description\"><em>%s</em></p>",$row["category_description"]);
 			}else{
-				printf("<p class=\"gui_category_description\"><em>%s</em></p>","Applications without category connection");
+				printf("<p class=\"gui_category_description\"><em>%s</em></p>","");
 			}
 			
 			echo "<ul class=\"gui_list\">";



More information about the Mapbender_commits mailing list