2010-06-07 Sergio Martin <sergio.martin@artica.es>
* install.php: Fixed typo bug for bug 3012385 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2864 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
c3f40dcf15
commit
b96346caa1
|
@ -1,3 +1,7 @@
|
|||
2010-06-07 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* install.php: Fixed typo bug for bug 3012385
|
||||
|
||||
2010-06-06 Raúl Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* pandora_console_install, pandora_console_upgrade: Cleaned code.
|
||||
|
|
|
@ -320,7 +320,7 @@ function install_step2() {
|
|||
dependencies. Please correct them or this installer
|
||||
will not be able to finish your installation.
|
||||
</div>
|
||||
Ignore it. <a href='install.php?step=3' style='font-weight: bolder;'>Force install Step #4</a>";
|
||||
Ignore it. <a href='install.php?step=3' style='font-weight: bolder;'>Force install Step #3</a>";
|
||||
}
|
||||
else {
|
||||
echo "<a href='install.php?step=3'><br>
|
||||
|
|
Loading…
Reference in New Issue