[Customisation Database Commits] r107 - /branches/highwayoflife/titania/includes/mods/mods_main.php
David Lewis
highwayoflife at phpbb.com
Thu Nov 6 10:03:22 CET 2008
Author: HighwayofLife
Date: Thu Nov 6 10:03:22 2008
New Revision: 107
Log:
undefined variable...
Modified:
branches/highwayoflife/titania/includes/mods/mods_main.php
Modified: branches/highwayoflife/titania/includes/mods/mods_main.php
==============================================================================
*** branches/highwayoflife/titania/includes/mods/mods_main.php (original)
--- branches/highwayoflife/titania/includes/mods/mods_main.php Thu Nov 6 10:03:22 2008
***************
*** 46,52 ****
case 'categories':
default:
! $this->mod_categories();
break;
}
}
--- 46,52 ----
case 'categories':
default:
! $this->mod_categories($id);
break;
}
}
***************
*** 54,60 ****
/**
* MOD Categories
*/
! public function mod_categories()
{
global $cache, $template, $user;
--- 54,60 ----
/**
* MOD Categories
*/
! public function mod_categories($id)
{
global $cache, $template, $user;
More information about the customisationdb-commits
mailing list