|
From: Florin C B. <ory...@us...> - 2012-10-25 12:59:19
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/includes
In directory vz-cvs-4.sog:/tmp/cvs-serv5767
Modified Files:
linkdb_constants.php
Log Message:
constants
Index: linkdb_constants.php
===================================================================
RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/includes/linkdb_constants.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** linkdb_constants.php 3 Jun 2008 20:10:09 -0000 1.15
--- linkdb_constants.php 25 Oct 2012 12:59:17 -0000 1.16
***************
*** 29,35 ****
$is_block = false;
}
!
! define( 'LINKDB_ROOT_CAT', 0 );
!
//
// Tables
--- 29,35 ----
$is_block = false;
}
! define('PAGE_LINKS', -14);
! define('PAGE_LINKDB', -14); // If this id generates a conflict with other mods, change it ;);
! define('LINKDB_ROOT_CAT', 0);
//
// Tables
|