mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
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:
parent
400a8e2b5b
commit
735ee37bef
@ -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>
|
2011-05-30 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
* ChangeLog: forgot to update Changelog.
|
* ChangeLog: forgot to update Changelog.
|
||||||
|
@ -318,7 +318,7 @@ function parse_oracle_dump($connection, $url, $debug = false) {
|
|||||||
|
|
||||||
function oracle_drop_all_objects ($connection) {
|
function oracle_drop_all_objects ($connection) {
|
||||||
|
|
||||||
//Drop all objects of the current instalation
|
//Drop all objects of the current installation
|
||||||
$stmt = oci_parse($connection,
|
$stmt = oci_parse($connection,
|
||||||
"BEGIN " .
|
"BEGIN " .
|
||||||
"FOR cur_rec IN (SELECT object_name, object_type " .
|
"FOR cur_rec IN (SELECT object_name, object_type " .
|
||||||
@ -585,7 +585,7 @@ function install_step3() {
|
|||||||
echo "<select name='engine' onChange=\"ChangeDBAction(this)\">";
|
echo "<select name='engine' onChange=\"ChangeDBAction(this)\">";
|
||||||
echo $options;
|
echo $options;
|
||||||
echo "</select>";
|
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 "<select name='db_action' onChange=\"ChangeDBDrop(this)\">";
|
||||||
echo "<option value='db_new'>A new Database</option>";
|
echo "<option value='db_new'>A new Database</option>";
|
||||||
echo "<option value='db_exist'>An existing Database</option>";
|
echo "<option value='db_exist'>An existing Database</option>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user