From e6116572a420d1f5eb24e76b49e30281cbcaecf3 Mon Sep 17 00:00:00 2001 From: EA4GKQ Date: Sun, 26 Jun 2016 13:03:02 +0200 Subject: [PATCH] collspan is not working with datatables --- include/lh.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/lh.php b/include/lh.php index 08af5f3..eba90dd 100644 --- a/include/lh.php +++ b/include/lh.php @@ -36,9 +36,9 @@ for ($i = 0; ($i < $totalLH); $i++) { echo"$listElem[5]"; } if ($listElem[6] == null) { - echo'transmitting'; + echo'transmitting'; } else if ($listElem[6] == "SMS") { - echo'sending or receiving SMS'; + echo'sending or receiving SMS'; } else { echo"$listElem[6]"; echo"$listElem[7]";