comparison admajax.php @ 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 d5847f016de5
children b2bca5f6d0ff
comparison
equal deleted inserted replaced
1118:29206517d32e 1119:a4daa7ea7479
250 // Output wrapper div only if requested 250 // Output wrapper div only if requested
251 if ($tr) 251 if ($tr)
252 { 252 {
253 echo 253 echo
254 " <div class=\"entryRow ".($row % 2 == 1 ? "rodd" : "reven"). 254 " <div class=\"entryRow ".($row % 2 == 1 ? "rodd" : "reven").
255 "\"".($mode == EEMODE_NORMAL ? " id=\"entry".$eid."\" onClick=\"activateEntry(".$eid.", FALSE)\"" : "").">\n"; 255 "\"".($mode == EEMODE_NORMAL ? " id=\"entry".$eid."\" onClick=\"activateEntry(".$eid.", false)\"" : "").">\n";
256 } 256 }
257 257
258 // Only show show_id if this is a normal compo and we are not adding 258 // Only show show_id if this is a normal compo and we are not adding
259 if ($mode != EEMODE_ADD && $compo["ctype"] == COMPO_NORMAL) 259 if ($mode != EEMODE_ADD && $compo["ctype"] == COMPO_NORMAL)
260 { 260 {