|
From: Florin C B. <ory...@us...> - 2012-10-25 13:02:05
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes
In directory vz-cvs-4.sog:/tmp/cvs-serv5951
Modified Files:
functions_pafiledb.php pafiledb_constants.php
Log Message:
constants
Index: pafiledb_constants.php
===================================================================
RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/pafiledb_constants.php,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** pafiledb_constants.php 6 Jan 2010 20:27:15 -0000 1.29
--- pafiledb_constants.php 25 Oct 2012 13:02:03 -0000 1.30
***************
*** 32,37 ****
//die("$module_root_path");
! define( 'PAGE_DOWNLOAD', -501 ); // If this id generates a conflict with other mods, change it ;)
! define( 'ICONS_DIR', 'pafiledb/images/icons/' );
//
--- 32,40 ----
//die("$module_root_path");
! define('PAGE_DLOAD', -501);
! define('PAGE_DOWNLOAD', -501); // If this id generates a conflict with other mods, change it ;);
! define('PAGE_DL_DEFAULT', -501);
! //define('PAGE_DL_DEFAULT', PAGE_DOWNLOADS);
! define('ICONS_DIR', 'pafiledb/images/icons/');
//
Index: functions_pafiledb.php
===================================================================
RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions_pafiledb.php,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** functions_pafiledb.php 6 Jan 2010 20:27:15 -0000 1.65
--- functions_pafiledb.php 25 Oct 2012 13:02:02 -0000 1.66
***************
*** 190,194 ****
* @param unknown_type $init
*/
! function sync( $cat_id, $init = true )
{
global $db;
--- 190,194 ----
* @param unknown_type $init
*/
! function sync($cat_id, $init = true)
{
global $db;
***************
*** 244,248 ****
* @param unknown_type $cat_nav
*/
! function category_nav( $parent_id, $cat_nav )
{
if ( !empty( $this->cat_rowset[$parent_id] ) )
--- 244,248 ----
* @param unknown_type $cat_nav
*/
! function category_nav($parent_id, $cat_nav)
{
if ( !empty( $this->cat_rowset[$parent_id] ) )
***************
*** 462,466 ****
* @param unknown_type $cat_id
*/
! function generate_navigation( $cat_id )
{
global $template, $db;
--- 462,466 ----
* @param unknown_type $cat_id
*/
! function generate_navigation($cat_id)
{
global $template, $db;
***************
*** 2404,2408 ****
* @return unknown
*/
! function main( $module_id = false )
{
return false;
--- 2404,2408 ----
* @return unknown
*/
! function main($module_id = false)
{
return false;
|