[geeklog-cvs] geeklog: Fixed typos in the install script (bugs #0000913 and #0...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Jun 27 07:10:37 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/7c8b39785c9e
changeset: 7145:7c8b39785c9e
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Jun 27 13:00:19 2009 +0200
description:
Fixed typos in the install script (bugs #0000913 and #0000914)

diffstat:

 public_html/admin/install/index.php           |  2 +-
 public_html/admin/install/install-plugins.php |  2 +-
 public_html/docs/history                      |  9 ++++++++-
 3 files changed, 10 insertions(+), 3 deletions(-)

diffs (49 lines):

diff -r 31c3b9a47121 -r 7c8b39785c9e public_html/admin/install/index.php
--- a/public_html/admin/install/index.php	Sun Jun 21 20:48:37 2009 +0200
+++ b/public_html/admin/install/index.php	Sat Jun 27 13:00:19 2009 +0200
@@ -982,7 +982,7 @@
             // or in public_html have the user enter its location.
             $form_fields .= '<p><label class="' . $form_label_dir . '"><code>db-config.php</code></label> ' . LB
                         . '<input type="text" name="dbconfig_path" value="/path/to/'
-                        . htmlspecialchar($dbconfig_file) . '" size="50"' . XHTML . '></p>'  . LB;
+                        . htmlspecialchars($dbconfig_file) . '" size="50"' . XHTML . '></p>'  . LB;
             $num_errors++;
         } else {
             // See whether the file/directory is located in the default place or in public_html
diff -r 31c3b9a47121 -r 7c8b39785c9e public_html/admin/install/install-plugins.php
--- a/public_html/admin/install/install-plugins.php	Sun Jun 21 20:48:37 2009 +0200
+++ b/public_html/admin/install/install-plugins.php	Sat Jun 27 13:00:19 2009 +0200
@@ -65,7 +65,7 @@
 
 $dbconfig_path      = (isset($_POST['dbconfig_path'])) ? $_POST['dbconfig_path'] : ((isset($_GET['dbconfig_path'])) ? $_GET['dbconfig_path'] : $gl_path . '/db-config.php');
 $dbconfig_path      = INST_sanitizePath($dbconfig_path);
-tep               = isset($_GET['step']) ? $_GET['step'] : (isset($_POST['step']) ? $_POST['step'] : 1);
+$step               = isset($_GET['step']) ? $_GET['step'] : (isset($_POST['step']) ? $_POST['step'] : 1);
 
 // $display holds all the outputted HTML and content
 $display = INST_getHeader($LANG_PLUGINS[2] . ' 3 - ' . $LANG_PLUGINS[1]); // Grab the beginning HTML for the installer theme.
diff -r 31c3b9a47121 -r 7c8b39785c9e public_html/docs/history
--- a/public_html/docs/history	Sun Jun 21 20:48:37 2009 +0200
+++ b/public_html/docs/history	Sat Jun 27 13:00:19 2009 +0200
@@ -1,6 +1,6 @@
 Geeklog History/Changes:
 
-Jun 21, 2009 (1.6.0b3)
+Jun ??, 2009 (1.6.0rc1)
 ------------
 
 Geeklog 1.6.0 incorporates the following projects implemented during
@@ -10,6 +10,13 @@
 + Improved search, by Sami Barakat
 + Comment moderation and editable comments, by Jared Wenerd
 
+Changes since 1.6.0b3:
+- Fixed typos in the install script (bugs #0000913 and #0000914) [Dirk]
+
+
+Jun 21, 2009 (1.6.0b3)
+------------
+
 Changes since 1.6.0b2:
 - Fixed IE6 and Safari compatibility issue with sort and limit combo boxes in
   search results (part of bug #0000874) [Sami]



More information about the geeklog-cvs mailing list