|
From: Florin C B. <ory...@us...> - 2012-10-25 12:59:33
|
Update of /cvsroot/mxbb/mx_music/music_box/includes
In directory vz-cvs-4.sog:/tmp/cvs-serv5795
Modified Files:
music_constants.php
Log Message:
constants
Index: music_constants.php
===================================================================
RCS file: /cvsroot/mxbb/mx_music/music_box/includes/music_constants.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** music_constants.php 18 Sep 2008 07:24:45 -0000 1.10
--- music_constants.php 25 Oct 2012 12:59:31 -0000 1.11
***************
*** 25,29 ****
--- 25,34 ----
}
+
+ define('PAGE_MUSIC_DEFAULT', -19);
define('PAGE_MUSIC', -19); // for Session Handling
+ define('PAGE_MUSIC_PERSONAL', -20);
+ define('PAGE_MUSIC_PICTURE', -21);
+ define('PAGE_MUSIC_SEARCH', -22);
|