|
From: OryNider <ory...@us...> - 2008-02-01 14:12:42
|
Update of /cvsroot/mxbb/mx_smartor In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32052 Modified Files: Tag: core28x album.php Log Message: some admin files fixed Index: album.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album.php,v retrieving revision 1.17.2.4 retrieving revision 1.17.2.5 diff -C2 -d -r1.17.2.4 -r1.17.2.5 *** album.php 15 Jan 2008 10:56:07 -0000 1.17.2.4 --- album.php 1 Feb 2008 14:12:27 -0000 1.17.2.5 *************** *** 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 |