On 3/29/06, <b class="gmail_sendername">Hans</b> &lt;<a href="mailto:design@softflow.co.uk">design@softflow.co.uk</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
scripts/uploads.php has in function FmtUploadList:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;asort($filelist);<br><br>This to me results in a sorting of the list where files with first<br>letter in Upper Case are listed first, alphabetically, and files
<br>starting with a lower case letter are listed after that, also<br>alphabetically.<br><br>Dropping the code line&nbsp;&nbsp;asort($filelist);<br>results in an alphabetical list where upper and lower case names are<br>mixed (at least it appears to me that way). I find this more
<br>desirable, and easier to locate filenames, as the first letter case is<br>not so important, or not known.<br><br>I wonder if the asort($filelist) can be omitted, or am I missing<br>something vital in its presence?</blockquote>
<div><br>
And if it *can* safely be omitted, is there a way to accomplish that
other than by editing the script itself - e.g. can I add something to
config.php to do it?&nbsp; Or even better, can I add something to
config.php that will enable me to make this an option that I can select
from within the wiki?<br>
</div><br></div><br>