• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision57bb353d4a5e8b3482dfbfb231ce5c06f40ff494 (tree)
Time2003-03-10 21:37:23
Authorpanda <panda>
Commiterpanda

Log Message

sort by string order.

Change Summary

Incremental Difference

--- a/plugin/yetlist.inc.php
+++ b/plugin/yetlist.inc.php
@@ -2,7 +2,7 @@
22 /////////////////////////////////////////////////
33 // PukiWiki - Yet another WikiWikiWeb clone.
44 //
5-// $Id: yetlist.inc.php,v 1.13 2003/03/10 11:30:25 panda Exp $
5+// $Id: yetlist.inc.php,v 1.14 2003/03/10 12:37:23 panda Exp $
66 //
77
88 function plugin_yetlist_init()
@@ -64,7 +64,7 @@ EOD;
6464 return $ret;
6565 }
6666
67- ksort($refer);
67+ ksort($refer,SORT_STRING);
6868
6969 foreach($refer as $page=>$refs)
7070 {