From ba3ba9ab6a5c3b0a30c5884b83de22a93b6a299b Mon Sep 17 00:00:00 2001 From: EA4GKQ Date: Sun, 26 Jun 2016 13:03:26 +0200 Subject: [PATCH] collspan is not working with datatables --- include/localtx.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/localtx.php b/include/localtx.php index fc68ef0..79269f9 100644 --- a/include/localtx.php +++ b/include/localtx.php @@ -37,9 +37,9 @@ for ($i = 0; $i < count($localTXList); $i++) { echo"$listElem[4]"; echo"$listElem[5]"; if ($listElem[6] == null) { - echo'in TX'; + echo'in TX'; } else if ($listElem[6] == "SMS") { - echo'sending or receiving SMS'; + echo'sending or receiving SMS'; } else { echo"$listElem[6]"; echo"$listElem[7]";