From: <nor...@us...> - 2007-06-24 15:51:39
|
Revision: 623 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=623&view=rev Author: northern_sky Date: 2007-06-24 08:51:37 -0700 (Sun, 24 Jun 2007) Log Message: ----------- fixed a bug with filepath.- there's probaly more old stuff that can be removed now Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/ProgramViewHandler.cs Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/ProgramViewHandler.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/ProgramViewHandler.cs 2007-06-24 15:50:44 UTC (rev 622) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/ProgramViewHandler.cs 2007-06-24 15:51:37 UTC (rev 623) @@ -319,10 +319,11 @@ sqlSelect.AddField("tblFileItem.*"); sqlSelect.AddField("'' as title2"); sqlSelect.AddField("'' as fieldtype2"); - if (pathSubfolders != "") + /* if (pathSubfolders != "") { sqlSelect.AddWhereCond(String.Format("filepath = '{0}'", pathSubfolders)); - } + }*/ + sqlSelect.AddOrderField("isfolder desc"); sqlSelect.AddOrderField("uppertitle"); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |