[Customisation Database Commits] r235 - /trunk/titania/index.php
Nathan Guse
exreaction at phpbb.com
Fri Jun 19 03:34:11 UTC 2009
Author: exreaction
Date: Fri Jun 19 03:34:10 2009
New Revision: 235
Log:
Oops, error fix.
Modified:
trunk/titania/index.php
Modified: trunk/titania/index.php
==============================================================================
*** trunk/titania/index.php (original)
--- trunk/titania/index.php Fri Jun 19 03:34:10 2009
***************
*** 81,87 ****
if ($cat_id != 0)
{
! display_contribs($cat_id);
}
break;
}
--- 81,87 ----
if ($cat_id != 0)
{
! display_contribs('category', $cat_id);
}
break;
}
More information about the customisationdb-commits
mailing list