diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-07-15 20:58:22 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-15 20:58:22 -0700 |
commit | 9b69dc823741856197f397d144affe16d9e32d9a (patch) | |
tree | 629d7f27d29dcc3dc83d791eb1046190e60c10f8 | |
parent | 33495256407e9cad69cc44c4da96b4f5cfdba1d6 (diff) |
Revert "Fix for ticket #545."
This reverts commit d192f2f1bc1227938d3144381ef311c7e07b47b0.
-rw-r--r-- | installer/views/get_db_info.html.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/installer/views/get_db_info.html.php b/installer/views/get_db_info.html.php index 94c19585..7835f246 100644 --- a/installer/views/get_db_info.html.php +++ b/installer/views/get_db_info.html.php @@ -26,7 +26,6 @@ <?php endif ?> </fieldset> -<?php if (installer::var_writable()): ?> <form method="post" action="index.php?step=save_db_info"> <fieldset> <legend>Database</legend> @@ -88,4 +87,3 @@ </table> </fieldset> </form> -<? endif ?> |