The branch, master has been updated via 8a394db00c9a89af1ad9d56d02cca96dc04a9290 (commit) from d15c37ba1b87de18dbb4fdbd87e993b43e43c969 (commit)
- Log ----------------------------------------------------------------- commit 8a394db00c9a89af1ad9d56d02cca96dc04a9290 Author: Marc Delisle marc@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