[Customisation Database Commits] r1018 - /trunk/titania/includes/objects/category.php

Tom Catullo tom at phpbb.com
Wed Apr 7 01:18:24 BST 2010


Author: Tom
Date: Wed Apr  7 01:18:24 2010
New Revision: 1018

Log:
Changed $sync->categories(count) to $sync->categories('count') in 3 instances.

Modified:
    trunk/titania/includes/objects/category.php

Modified: trunk/titania/includes/objects/category.php
==============================================================================
*** trunk/titania/includes/objects/category.php (original)
--- trunk/titania/includes/objects/category.php Wed Apr  7 01:18:24 2010
***************
*** 278,284 ****
  		{
  			// Resync counters
  			$sync = new titania_sync;
! 			$sync->categories(count);
  		}
  
  		return $errors;
--- 278,284 ----
  		{
  			// Resync counters
  			$sync = new titania_sync;
! 			$sync->categories('count');
  		}
  
  		return $errors;
***************
*** 317,323 ****
  			{
  				// Resync counters
  				$sync = new titania_sync;
! 				$sync->categories(count);
  			}
  		}
  
--- 317,323 ----
  			{
  				// Resync counters
  				$sync = new titania_sync;
! 				$sync->categories('count');
  			}
  		}
  
***************
*** 360,366 ****
  
  		// Resync counters
  		$sync = new titania_sync;
! 		$sync->categories(count);
  
  		return array();
  	}
--- 360,366 ----
  
  		// Resync counters
  		$sync = new titania_sync;
! 		$sync->categories('count');
  
  		return array();
  	}




More information about the customisationdb-commits mailing list