From 13d741e17894f681b689c36c88903b12595cdfb6 Mon Sep 17 00:00:00 2001
From: Marc Delisle
Date: Sun, 8 Jan 2012 08:24:43 -0500
Subject: [PATCH] onClick should be onclick
---
libraries/auth/swekey/swekey.auth.lib.php | 2 +-
pmd_general.php | 4 ++--
tbl_zoom_select.php | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/libraries/auth/swekey/swekey.auth.lib.php b/libraries/auth/swekey/swekey.auth.lib.php
index 78356fa97a..df7e56e5f4 100644
--- a/libraries/auth/swekey/swekey.auth.lib.php
+++ b/libraries/auth/swekey/swekey.auth.lib.php
@@ -231,7 +231,7 @@ function Swekey_login($input_name, $input_go)
var input_username = document.getElementById("");
var input_go = document.getElementById("");
var swekey_status = document.createElement('img');
- swekey_status.setAttribute('onClick', 'open_swekey_site()');
+ swekey_status.setAttribute('onclick', 'open_swekey_site()');
swekey_status.setAttribute('style', 'width:8px; height:16px; border:0px; vspace:0px; hspace:0px; frameborder:no');
if (user == null)
{
diff --git a/pmd_general.php b/pmd_general.php
index f6f16e2e93..98dd2c2bf2 100644
--- a/pmd_general.php
+++ b/pmd_general.php
@@ -104,7 +104,7 @@ echo $script_tabs . $script_contr . $script_display_field;
title="" />
';
echo '';
echo '
';
echo '';
diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php
index 52293b178c..9e52a6cc15 100644
--- a/tbl_zoom_select.php
+++ b/tbl_zoom_select.php
@@ -414,7 +414,7 @@ if (isset($zoom_submit) && $inputs[0] != 'pma_null' && $inputs[1] != 'pma_null'
if (isset($zoom_submit) && ! empty($data)) {
?>