changeset 765:24e56d150a3e

Only show show_position for COMPO_NORMAL compo type.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 20 Nov 2014 12:14:47 +0200
parents 48c279f2bbc3
children 4a8bcf738bd4
files admajax.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Thu Nov 20 12:10:45 2014 +0200
+++ b/admajax.php	Thu Nov 20 12:14:47 2014 +0200
@@ -190,7 +190,7 @@
       "\" id=\"entry".$eid."\"".($mode ? "" : " onClick=\"activateEntry(".$eid.")\"").">\n";
   }
 
-  if ($mode != 2)
+  if ($mode != 2 && $compo["ctype"] == COMPO_NORMAL)
   {
     echo
       "   <div class=\"entryCell entryShowID\">".($item["show_id"] > 0 ? $item["show_id"] : "-")."</div>\n";