|
From: OryNider <ory...@us...> - 2008-02-05 03:51:34
|
Update of /cvsroot/mxbb/mx_smartor In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23734 Modified Files: album.php album_lists.php db_install.php db_upgrade.php mx_install_readme.htm welcome.php Log Message: this was not upgraded yet? Index: album.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** album.php 15 Jan 2008 11:02:16 -0000 1.20 --- album.php 5 Feb 2008 03:51:29 -0000 1.21 *************** *** 567,574 **** */ ! // if (empty($album_view_mode)) ! // { ! album_display_index($album_user_id, ALBUM_ROOT_CATEGORY, true, true, true); ! // } // Generate the page --- 567,571 ---- */ ! album_display_index($album_user_id, ALBUM_ROOT_CATEGORY, true, true, true); // Generate the page |