git-svn-id: http://xe-core.googlecode.com/svn/trunk@1208 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-18 02:41:55 +00:00
parent 43f5fe2356
commit 2be28490ce
12 changed files with 87 additions and 208 deletions

View file

@ -491,6 +491,9 @@
$info->path = $path;
$info->admin_index_act = $info->admin_index_act;
if($table_count > $created_table_count) $info->is_installed = false;
else $info->is_installed = true;
$list[] = $info;
}
return $list;