Fixed a checkbox of the installation step 3
* install.php: Removed the disabled option of the "drop database if exists" checkbox on the step 3.
This commit is contained in:
parent
fcb5b43a23
commit
a888837f55
|
@ -1,3 +1,8 @@
|
|||
2014-08-29 Alejandro Gallardo <alejandro.gallardo@artica.es>
|
||||
|
||||
* install.php: Removed the disabled option of the "drop database
|
||||
if exists" checkbox on the step 3.
|
||||
|
||||
2014-08-27 Vanessa Gil <vanessa.gil@artica.es>
|
||||
|
||||
* godmode/reporting/reporting_builder.php: Owner of a report can be delete it.
|
||||
|
|
|
@ -677,7 +677,7 @@ function install_step3() {
|
|||
|
||||
<tr><td valign=top>
|
||||
Drop Database if exists<br>
|
||||
<input class='login' type='checkbox' name='drop' value=1 disabled>
|
||||
<input class='login' type='checkbox' name='drop' value=1>
|
||||
|
||||
|
||||
<td>Full path to HTTP publication directory<br>
|
||||
|
|
Loading…
Reference in New Issue