Completed
Branch develop (aac48b)
by
unknown
23:44
created
htdocs/product/stats/card.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
 $search_year   = GETPOSTINT('search_year');
57 57
 $search_categ  = GETPOSTINT('search_categ');
58 58
 $notab = GETPOSTINT('notab');
59
-$type = GETPOST('type', 'alpha');	// Can be '' or '0' or '1'
59
+$type = GETPOST('type', 'alpha'); // Can be '' or '0' or '1'
60 60
 
61 61
 $error = 0;
62 62
 $mesg = '';
Please login to merge, or discard this patch.