changeset 1119:a4daa7ea7479

A stray 'FALSE' in Javascript code, change to 'false'.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 14 Oct 2019 10:54:32 +0300
parents 29206517d32e
children b2bca5f6d0ff
files admajax.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Mon Oct 14 10:49:10 2019 +0300
+++ b/admajax.php	Mon Oct 14 10:54:32 2019 +0300
@@ -252,7 +252,7 @@
   {
     echo
       "  <div class=\"entryRow ".($row % 2 == 1 ? "rodd" : "reven").
-      "\"".($mode == EEMODE_NORMAL ? " id=\"entry".$eid."\" onClick=\"activateEntry(".$eid.", FALSE)\"" : "").">\n";
+      "\"".($mode == EEMODE_NORMAL ? " id=\"entry".$eid."\" onClick=\"activateEntry(".$eid.", false)\"" : "").">\n";
   }
 
   // Only show show_id if this is a normal compo and we are not adding