[Mapbender-commits] r6274 - trunk/mapbender/http/frames
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Jun 15 10:55:17 EDT 2010
Author: christoph
Date: 2010-06-15 14:55:17 +0000 (Tue, 15 Jun 2010)
New Revision: 6274
Modified:
trunk/mapbender/http/frames/index.php
Log:
order file/css by name, allows custom themes with ThemeRoller
Modified: trunk/mapbender/http/frames/index.php
===================================================================
--- trunk/mapbender/http/frames/index.php 2010-06-15 14:15:21 UTC (rev 6273)
+++ trunk/mapbender/http/frames/index.php 2010-06-15 14:55:17 UTC (rev 6274)
@@ -61,7 +61,7 @@
}
?>
<?php
-$sql = "SELECT * FROM gui_element_vars WHERE fkey_e_id = 'body' AND fkey_gui_id = $1 and var_type='file/css'";
+$sql = "SELECT * FROM gui_element_vars WHERE fkey_e_id = 'body' AND fkey_gui_id = $1 and var_type='file/css' ORDER BY var_name";
$v = array($gui_id);
$t = array('s');
$res = db_prep_query($sql,$v,$t);
More information about the Mapbender_commits
mailing list