diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-10-13 18:41:12 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-10-13 18:41:12 +0000 |
| commit | 6405bcb57bf5d8e3fa85e28053f512f6b0022d0e (patch) | |
| tree | 37a3949a0d8e90a3dd31375d1c5859827ce07364 /templates | |
| parent | 1f86d1521f5e69bbfb524148f1329928106ce93c (diff) | |
| download | install-6405bcb57bf5d8e3fa85e28053f512f6b0022d0e.tar.gz install-6405bcb57bf5d8e3fa85e28053f512f6b0022d0e.tar.bz2 install-6405bcb57bf5d8e3fa85e28053f512f6b0022d0e.zip | |
fix logic with installer force when updating pre 2.1 bitweaver and create missing sequences as well as new meta tables.
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/install_cleanup.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/install_cleanup.tpl b/templates/install_cleanup.tpl index 6df9e26..382f36d 100644 --- a/templates/install_cleanup.tpl +++ b/templates/install_cleanup.tpl @@ -14,11 +14,11 @@ and apply the new schema from the 23-MAY-2008. </p> <ul> - {foreach from=$metaTables key=type item=tables} + {foreach from=$metaTables key=type item=hash} <li> {$type} <ul> - {foreach from=$tables item=table} + {foreach from=$hash.tables item=table} <li>{$table}</li> {/foreach} </ul> |
