|
From: Florin C B. <ory...@us...> - 2012-10-25 13:08:06
|
Update of /cvsroot/mxbb/mx_smartor/album_mod/includes
In directory vz-cvs-4.sog:/tmp/cvs-serv7246
Modified Files:
album_constants.php
Log Message:
constants
Index: album_constants.php
===================================================================
RCS file: /cvsroot/mxbb/mx_smartor/album_mod/includes/album_constants.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** album_constants.php 7 Jan 2011 17:14:06 -0000 1.14
--- album_constants.php 25 Oct 2012 13:08:01 -0000 1.15
***************
*** 94,101 ****
!defined('ALBUM_SP_CONFIG_TABLE') ? define('ALBUM_SP_CONFIG_TABLE', $mx_table_prefix.'smartor_album_sp_config') : false;
! @define('PAGE_ALBUM', -50); // for Session Handling
! @define('PAGE_ALBUM_PERSONAL', -51);
! @define('PAGE_ALBUM_PICTURE', -52);
! @define('PAGE_ALBUM_SEARCH', -53);
define('PERSONAL_GALLERY', 0); // pic_cat_id <- do NOT change this value
--- 94,106 ----
!defined('ALBUM_SP_CONFIG_TABLE') ? define('ALBUM_SP_CONFIG_TABLE', $mx_table_prefix.'smartor_album_sp_config') : false;
! define('PAGE_ALBUM_DEFAULT', -50);
! define('PAGE_ALBUM', -50); // for Session Handling
! define('PAGE_ALBUM_PERSONAL', -51);
! define('PAGE_IMAGES', -52);
! define('PAGE_ALBUM_PICTURE', -52);
! define('PAGE_IMAGE_THUMBNAIL', -52);
! define('PAGE_IMAGE_THUMBNAIL_S', -52);
! define('PAGE_ALBUM_SEARCH', -53);
! define('PAGE_ALBUM_RSS', -54);
define('PERSONAL_GALLERY', 0); // pic_cat_id <- do NOT change this value
|