Merge branch 'develop' of github.com:pandorafms/pandorafms into develop
This commit is contained in:
commit
bebe6eeb50
|
@ -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