[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-1621-g8a394db

Marc Delisle lem9 at users.sourceforge.net
Thu Feb 3 18:24:22 CET 2011


The branch, master has been updated
       via  8a394db00c9a89af1ad9d56d02cca96dc04a9290 (commit)
      from  d15c37ba1b87de18dbb4fdbd87e993b43e43c969 (commit)


- Log -----------------------------------------------------------------
commit 8a394db00c9a89af1ad9d56d02cca96dc04a9290
Author: Marc Delisle <marc at infomarc.info>
Date:   Thu Feb 3 12:24:05 2011 -0500

    Typo in variable name

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

Summary of changes:
 main.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/main.php b/main.php
index 8818033..495de91 100644
--- a/main.php
+++ b/main.php
@@ -214,7 +214,7 @@ if ($GLOBALS['cfg']['ShowServerInfo'] || $GLOBALS['cfg']['ShowPhpInfo']) {
 echo '<div class="group">';
 echo '<h2>phpMyAdmin</h2>';
 echo '<ul>';
-$clas = null;
+$class = null;
 if ($GLOBALS['cfg']['VersionCheck']) {
     $class = 'jsversioncheck';
 }


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list