The branch, master has been updated
       via  3638bbd345ffdce387e7367ee2d6f330e5a54e8a (commit)
      from  264829a9914c67dcf533c338bd95f8bba2523267 (commit)


- Log -----------------------------------------------------------------
commit 3638bbd345ffdce387e7367ee2d6f330e5a54e8a
Author: Michal Čihař <[email protected]>
Date:   Mon Jul 25 14:46:33 2011 +0200

    Fix typo

-----------------------------------------------------------------------

Summary of changes:
 libraries/sanitizing.lib.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libraries/sanitizing.lib.php b/libraries/sanitizing.lib.php
index 2c3e28c..6d9c4bf 100644
--- a/libraries/sanitizing.lib.php
+++ b/libraries/sanitizing.lib.php
@@ -24,7 +24,7 @@ function PMA_checkLink($url)
     } else {
         $valid_starts[] = './Documentation.html';
     }
-    foreach($valid_starts as $val) {
+    foreach ($valid_starts as $val) {
         if (substr($url, 0, strlen($val)) == $val) {
             return true;
         }


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to