2011-05-30 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* install.php: Fixed typo mistake in this file.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4391 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2011-05-30 14:40:17 +00:00
parent e855608a3c
commit 80fbad1709
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2011-05-30 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* install.php: Fixed typo mistake in this file.
2011-05-30 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* ChangeLog: forgot to update Changelog.

View File

@ -318,7 +318,7 @@ function parse_oracle_dump($connection, $url, $debug = false) {
function oracle_drop_all_objects ($connection) {
//Drop all objects of the current instalation
//Drop all objects of the current installation
$stmt = oci_parse($connection,
"BEGIN " .
"FOR cur_rec IN (SELECT object_name, object_type " .
@ -585,7 +585,7 @@ function install_step3() {
echo "<select name='engine' onChange=\"ChangeDBAction(this)\">";
echo $options;
echo "</select>";
echo "<div style=\"height:40px;\">Instalation in <br>";
echo "<div style=\"height:40px;\">Installation in <br>";
echo "<select name='db_action' onChange=\"ChangeDBDrop(this)\">";
echo "<option value='db_new'>A new Database</option>";
echo "<option value='db_exist'>An existing Database</option>";