From a370b11190951b5ef5510763ffed45170a10fa31 Mon Sep 17 00:00:00 2001 From: PaulT Date: Wed, 28 Feb 2018 15:21:16 -0500 Subject: [PATCH] Update EDIMessageFormat.php Add changes applied during commit 7944. There are apparently SVN issues with this file, as the changes that were committed are not present. Looking at the diff on SF, there are specific file entries that have: "Can't load diff". These are apparently files that have SVN trouble. --- EDIMessageFormat.php | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/EDIMessageFormat.php b/EDIMessageFormat.php index 8b54b1092..b86d73f7f 100644 --- a/EDIMessageFormat.php +++ b/EDIMessageFormat.php @@ -1,6 +1,6 @@ '; echo $TableHeader; - $k=0; //row colour counter while ($myrow = DB_fetch_row($result)) { - if ($k==1){ - echo ''; - $k=0; - } else { - echo ''; - $k++; - } - - - printf('%s + printf(' + %s %s %s ' . _('Edit') . ' @@ -153,9 +144,9 @@ $myrow[1], $myrow[2], $myrow[3], - htmlspecialchars($_SERVER['PHP_SELF'],ENT_QUOTES,'UTF-8') . '?' . SID, + htmlspecialchars($_SERVER['PHP_SELF'],ENT_QUOTES,'UTF-8'), $myrow[0], - htmlspecialchars($_SERVER['PHP_SELF'],ENT_QUOTES,'UTF-8') . '?' . SID, + htmlspecialchars($_SERVER['PHP_SELF'],ENT_QUOTES,'UTF-8'), $myrow[0]); } //END WHILE LIST LOOP @@ -251,4 +242,4 @@ echo ''; include('includes/footer.php'); -?> \ No newline at end of file +?>