|
From: Jon O. <jon...@us...> - 2006-06-18 10:48:00
|
Update of /cvsroot/mxbb/mx_smartor/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv27012/modules/mx_smartor/includes Modified Files: album_cat_sort.php Log Message: update Index: album_cat_sort.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/includes/album_cat_sort.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** album_cat_sort.php 2 May 2006 23:29:32 -0000 1.6 --- album_cat_sort.php 18 Jun 2006 10:47:56 -0000 1.7 *************** *** 51,54 **** --- 51,55 ---- redirect( append_sid( this_smartor_mxurl( "smartor_mode=album_personal" ) ) ); } + // Beginning of Jaime's Initials Mod $letters = array( 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z' ); |