[evolvis-commits] r7997: applied Ryan' s patch # 94 to make display of them names?==?UTF-8?Q? nicer↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 15:54:51 CET 2011


Author: mirabilos
Date: 2011-02-24 15:54:51 +0100 (Thu, 24 Feb 2011)
New Revision: 7997

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/www/themes/index.php
Log:
applied Ryan's patch # 94 to make display of them names nicer


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/themes/index.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/themes/index.php	2011-02-24 14:54:50 UTC (rev 7996)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/themes/index.php	2011-02-24 14:54:51 UTC (rev 7997)
@@ -36,7 +36,7 @@
 <form action="<?php echo $PHP_SELF; ?>" method="post">
 <?php $HTML->boxTop("New User Theme");
 
-$res=db_query("SELECT * FROM themes");
+$res=db_query("SELECT theme_id, fullname FROM themes");
 
 echo html_build_select_box($res,'new_theme_id',$u->getThemeID(),false);
 



More information about the evolvis-commits mailing list