changeset 669:3b9992ab02d0

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 06 Nov 2014 19:48:05 +0200
parents 2943ec592cc1
children 8a091dc8d608
files admajax.php
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Thu Nov 06 19:47:32 2014 +0200
+++ b/admajax.php	Thu Nov 06 19:48:05 2014 +0200
@@ -669,7 +669,8 @@
           switch ($type)
           {
             case "setEntry":
-              if (stChkRequestItem("index", $tmp, array(CHK_TYPE, VT_INT, "Invalid index.")))
+              if (stChkRequestItem("index", $tmp,
+                array(CHK_TYPE, VT_INT, "Invalid index.")))
                 $curr = $tmp;
               break;