|
From: Florin C B. <ory...@us...> - 2012-10-25 12:59:08
|
Update of /cvsroot/mxbb/mx_kb/kb/includes
In directory vz-cvs-4.sog:/tmp/cvs-serv5746
Modified Files:
kb_constants.php
Log Message:
constants
Index: kb_constants.php
===================================================================
RCS file: /cvsroot/mxbb/mx_kb/kb/includes/kb_constants.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** kb_constants.php 3 Jun 2008 20:10:24 -0000 1.14
--- kb_constants.php 25 Oct 2012 12:59:06 -0000 1.15
***************
*** 33,37 ****
// This file defines specific constants for the module
// -------------------------------------------------------------------------
! define( 'PAGE_KB', -501 );
define( 'KB_ARTICLES_TABLE', $mx_table_prefix . 'kb_articles' );
define( 'KB_CATEGORIES_TABLE', $mx_table_prefix . 'kb_categories' );
--- 33,39 ----
// This file defines specific constants for the module
// -------------------------------------------------------------------------
! define('PAGE_KB_DEFAULT', -42);
! define('PAGE_KB', -42); // If this id generates a conflict with other mods, change it ;);
!
define( 'KB_ARTICLES_TABLE', $mx_table_prefix . 'kb_articles' );
define( 'KB_CATEGORIES_TABLE', $mx_table_prefix . 'kb_categories' );
|