Do not drop APP_CACHE_VIEW when checking the number of rows.

- Cases List Cache Builder is now working again.
This commit is contained in:
Alexandre Rosenfeld
2011-03-09 16:45:47 +00:00
parent 299731a69d
commit 036a3e0f55
2 changed files with 2 additions and 34 deletions

View File

@@ -83,8 +83,6 @@
//now check if table APPCACHEVIEW exists, and it have correct number of fields, etc.
$res = $appCache->checkAppCacheView();
$result->info[] = array ('name' => 'Table APP_CACHE_VIEW', 'value'=> $res['found']);
if ( $res['recreated'] )
$result->info[] = array ('name' => 'Table APP_CACHE_VIEW recreated', 'value'=> $res['recreated']);
$result->info[] = array ('name' => 'Rows in APP_CACHE_VIEW', 'value'=> $res['count']);