Another minor fix to get auto-clicking on rows on mailbox list working
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 14 Mar 2005 21:10:54 +0000 (21:10 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 14 Mar 2005 21:10:54 +0000 (21:10 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9019 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php

index 9e0b1c9332a2a46e8e724260aee1032953b2eaac..44f9b6389455f4e12e2f3cb831b4d9a853dc08a5 100644 (file)
@@ -323,7 +323,7 @@ function printMessageInfo($aMsg) {
     // where on the row you click
     //
     if ($javascript_on)
-        $javascript_auto_click = ' onMouseDown="if (document.getElementById(msg[' . $t . '])) { document.getElementById(msg[' . $t . ']).checked = (document.getElementById(msg[' . $t . ']).checked ? false : true); }"';
+        $javascript_auto_click = ' onMouseDown="if (document.getElementById(\'msg[' . $t . ']\')) { document.getElementById(\'msg[' . $t . ']\').checked = (document.getElementById(\'msg[' . $t . ']\').checked ? false : true); }"';
 
 
     if (sizeof($index_order)) {