Completed
Branch develop (574273)
by
unknown
24:14
created
htdocs/core/ajax/box.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
 
44 44
 $boxid = GETPOSTINT('boxid');
45 45
 $boxorder = GETPOST('boxorder');
46
-$zone = GETPOST('zone');		// Can be '0' or '1' or 'pagename'...
46
+$zone = GETPOST('zone'); // Can be '0' or '1' or 'pagename'...
47 47
 $userid = GETPOSTINT('userid');
48 48
 
49 49
 // Security check
Please login to merge, or discard this patch.
htdocs/core/class/infobox.class.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -253,7 +253,7 @@
 block discarded – undo
253 253
 		}
254 254
 
255 255
 		if (!is_numeric($zone)) {
256
-			$zone = '0';	// Force $zone to a numeric value string
256
+			$zone = '0'; // Force $zone to a numeric value string
257 257
 		}
258 258
 
259 259
 		// Delete all lines
Please login to merge, or discard this patch.