[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-11921-g3638bbd

The branch, master has been updated via 3638bbd345ffdce387e7367ee2d6f330e5a54e8a (commit) from 264829a9914c67dcf533c338bd95f8bba2523267 (commit) - Log ----------------------------------------------------------------- commit 3638bbd345ffdce387e7367ee2d6f330e5a54e8a Author: Michal Čihař <mcihar@suse.cz> 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
participants (1)
-
Michal Čihař