Index: branches/RC/core/units/categories/cache_updater.php =================================================================== diff -u -r11357 -r11495 --- branches/RC/core/units/categories/cache_updater.php (.../cache_updater.php) (revision 11357) +++ branches/RC/core/units/categories/cache_updater.php (.../cache_updater.php) (revision 11495) @@ -297,7 +297,7 @@ $add_charset = defined(SQL_CHARSET)? ' CHARACTER SET '.SQL_CHARSET.' ' : ''; $add_collation = defined(SQL_COLLATION)? ' COLLATE '.SQL_COLLATION.' ' : ''; - $this->Conn->Query('CREATE TABLE '.$this->progressTable.'(data LONGTEXT'.$add_charset.$add_collantion.') '.$add_charset.$add_collantion); + $this->Conn->Query('CREATE TABLE '.$this->progressTable.'(data LONGTEXT'.$add_charset.$add_collation.') '.$add_charset.$add_collation); $this->totalCats = (int)$this->Conn->GetOne('SELECT COUNT(*) FROM '.TABLE_PREFIX.'Category'); $this->doneCats = 0; @@ -503,7 +503,7 @@ * Rebuild all cache in one step * */ - function OneStepRun($path='') + function OneStepRun($path = '') { $this->InitUpdater(); $needs_more = true;