-
markcelsor committed revision 33 to the FreeEnergy SVN repository, changing 1 files.
2007-07-03 22:27:43 UTC in FreeEnergy
-
markcelsor committed revision 25 to the FreeEnergy SVN repository, changing 1 files.
2007-01-16 20:27:29 UTC in FreeEnergy
-
markcelsor committed revision 23 to the FreeEnergy SVN repository, changing 1 files.
2007-01-08 23:05:07 UTC in FreeEnergy
-
markcelsor committed revision 16 to the FreeEnergy SVN repository, changing 1 files.
2006-11-22 21:51:11 UTC in FreeEnergy
-
markcelsor committed revision 15 to the FreeEnergy SVN repository, changing 1 files.
2006-11-22 21:09:39 UTC in FreeEnergy
-
markcelsor committed revision 14 to the FreeEnergy SVN repository, changing 1 files.
2006-11-22 20:47:54 UTC in FreeEnergy
-
markcelsor committed revision 13 to the FreeEnergy SVN repository, changing 1 files.
2006-11-22 20:34:03 UTC in FreeEnergy
-
markcelsor committed revision 12 to the FreeEnergy SVN repository, changing 1 files.
2006-11-22 20:07:50 UTC in FreeEnergy
-
markcelsor committed revision 11 to the FreeEnergy SVN repository, changing 2 files.
2006-11-22 19:52:42 UTC in FreeEnergy
-
Sort request variable in alpha order so that ScreenInfo
produces consistant URLs
ScreenURL('page', FALSE, array('a'=>'1','b'=>'2'))
currently produces:
http://domain/index.php/page/a/1/b/2
ScreenURL('page', FALSE, array('b'=>'2','a'=>'1'))
currently produces:
http://domain/index.php/page/b/2/a/1
both should produce:
http://domain/index.php/page/a/1/b/2.
2006-07-27 21:26:21 UTC in FreeEnergy