diff options
Diffstat (limited to 'templates/install_beta1_beta2.tpl')
| -rwxr-xr-x[-rw-r--r--] | templates/install_beta1_beta2.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install_beta1_beta2.tpl b/templates/install_beta1_beta2.tpl index ec52461..e58224c 100644..100755 --- a/templates/install_beta1_beta2.tpl +++ b/templates/install_beta1_beta2.tpl @@ -8,7 +8,7 @@ <p class="form-group">To upgrade CLYDE Beta 1 to CLYDE Beta 2, you need to upgrade your languages package.<br />We know we said we wouldn't make any rash schema changes, but we thought that since languages weren't working anyway, nobody could possibly loose data. We hope that this does not cause too great of a problem and we appologise for messing with the schema.<p> {foreach from=$schema key=package item=item} - {if $item.tables || $item.defaults} + {if $item.tables or $item.defaults} {if $package eq 'languages'} <div class="form-group"> <div class="formlabel"> |
