@@ -43,7 +43,7 @@ discard block |
||
43 | 43 | |
44 | 44 | $action = GETPOST('action', 'aZ09'); |
45 | 45 | $value = GETPOST('value', 'alpha'); |
46 | -$modulepart = GETPOST('modulepart', 'aZ09'); // Used by actions_setmoduleoptions.inc.php |
|
46 | +$modulepart = GETPOST('modulepart', 'aZ09'); // Used by actions_setmoduleoptions.inc.php |
|
47 | 47 | |
48 | 48 | $label = GETPOST('label', 'alpha'); |
49 | 49 | $scandir = GETPOST('scan_dir', 'alpha'); |
@@ -158,7 +158,7 @@ discard block |
||
158 | 158 | $amounts = GETPOST('EXPENSEREPORT_FORCE_LINE_AMOUNTS_INCLUDING_TAXES_ONLY', 'int'); |
159 | 159 | $res5 = dolibarr_set_const($db, 'EXPENSEREPORT_FORCE_LINE_AMOUNTS_INCLUDING_TAXES_ONLY', intval($amounts), 'chaine', 0, '', $conf->entity); |
160 | 160 | |
161 | - if (!($res1 > 0) || !($res2 > 0) || !($res3 >= 0) || !($res4 >0) || !($res5 >0)) { |
|
161 | + if (!($res1 > 0) || !($res2 > 0) || !($res3 >= 0) || !($res4 > 0) || !($res5 > 0)) { |
|
162 | 162 | $error++; |
163 | 163 | } |
164 | 164 |
@@ -46,7 +46,7 @@ |
||
46 | 46 | |
47 | 47 | $action = GETPOST('action', 'aZ09'); |
48 | 48 | $value = GETPOST('value', 'alpha'); |
49 | -$modulepart = GETPOST('modulepart', 'aZ09'); // Used by actions_setmoduleoptions.inc.php |
|
49 | +$modulepart = GETPOST('modulepart', 'aZ09'); // Used by actions_setmoduleoptions.inc.php |
|
50 | 50 | |
51 | 51 | $label = GETPOST('label', 'alpha'); |
52 | 52 | $scandir = GETPOST('scan_dir', 'alpha'); |
@@ -46,7 +46,7 @@ |
||
46 | 46 | |
47 | 47 | $action = GETPOST('action', 'aZ09'); |
48 | 48 | $value = GETPOST('value', 'alpha'); |
49 | -$modulepart = GETPOST('modulepart', 'aZ09'); // Used by actions_setmoduleoptions.inc.php |
|
49 | +$modulepart = GETPOST('modulepart', 'aZ09'); // Used by actions_setmoduleoptions.inc.php |
|
50 | 50 | |
51 | 51 | $label = GETPOST('label', 'alpha'); |
52 | 52 | $scandir = GETPOST('scan_dir', 'alpha'); |
@@ -46,7 +46,7 @@ |
||
46 | 46 | |
47 | 47 | $action = GETPOST('action', 'aZ09'); |
48 | 48 | $value = GETPOST('value', 'alpha'); |
49 | -$modulepart = GETPOST('modulepart', 'aZ09'); // Used by actions_setmoduleoptions.inc.php |
|
49 | +$modulepart = GETPOST('modulepart', 'aZ09'); // Used by actions_setmoduleoptions.inc.php |
|
50 | 50 | |
51 | 51 | $label = GETPOST('label', 'alpha'); |
52 | 52 | $scandir = GETPOST('scan_dir', 'alpha'); |
@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | |
52 | 52 | $value = GETPOST('value', 'alpha'); |
53 | 53 | $label = GETPOST('label', 'alpha'); |
54 | -$modulepart = GETPOST('modulepart', 'aZ09'); // Used by actions_setmoduleoptions.inc.php |
|
54 | +$modulepart = GETPOST('modulepart', 'aZ09'); // Used by actions_setmoduleoptions.inc.php |
|
55 | 55 | |
56 | 56 | $scandir = GETPOST('scan_dir', 'alpha'); |
57 | 57 | $type = 'invoice'; |
@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | if ($action == 'edit') { |
86 | 86 | $item->fieldInputOverride = $form->selectarray('INVOICE_USE_RETAINED_WARRANTY', $arrayAvailableType, $conf->global->INVOICE_USE_RETAINED_WARRANTY, 1); |
87 | 87 | } else { |
88 | - $item->fieldOutputOverride= isset($arrayAvailableType[$conf->global->INVOICE_USE_RETAINED_WARRANTY])?$arrayAvailableType[$conf->global->INVOICE_USE_RETAINED_WARRANTY]:''; |
|
88 | + $item->fieldOutputOverride = isset($arrayAvailableType[$conf->global->INVOICE_USE_RETAINED_WARRANTY]) ? $arrayAvailableType[$conf->global->INVOICE_USE_RETAINED_WARRANTY] : ''; |
|
89 | 89 | } |
90 | 90 | |
91 | 91 | //$item = $formSetup->newItem('INVOICE_RETAINED_WARRANTY_LIMITED_TO_SITUATION')->setAsYesNo(); |
@@ -42,7 +42,7 @@ |
||
42 | 42 | |
43 | 43 | $action = GETPOST('action', 'aZ09'); |
44 | 44 | $value = GETPOST('value', 'alpha'); |
45 | -$modulepart = GETPOST('modulepart', 'aZ09'); // Used by actions_setmoduleoptions.inc.php |
|
45 | +$modulepart = GETPOST('modulepart', 'aZ09'); // Used by actions_setmoduleoptions.inc.php |
|
46 | 46 | |
47 | 47 | $type = 'group'; |
48 | 48 |
@@ -411,7 +411,9 @@ |
||
411 | 411 | $this->db->begin(); |
412 | 412 | |
413 | 413 | foreach ($request_data as $TData) { |
414 | - if (empty($TData[0])) $TData = array($TData); |
|
414 | + if (empty($TData[0])) { |
|
415 | + $TData = array($TData); |
|
416 | + } |
|
415 | 417 | |
416 | 418 | foreach ($TData as $lineData) { |
417 | 419 | $line = (object) $lineData; |
@@ -66,13 +66,13 @@ |
||
66 | 66 | |
67 | 67 | print "*** TEST READ OF /tmp/test.txt FILE<br>\n"; |
68 | 68 | |
69 | -$out=''; |
|
70 | -$ret=0; |
|
69 | +$out = ''; |
|
70 | +$ret = 0; |
|
71 | 71 | |
72 | 72 | $file = '/tmp/test.txt'; |
73 | -$f=fopen($file, 'r'); |
|
73 | +$f = fopen($file, 'r'); |
|
74 | 74 | if ($f) { |
75 | - $s=fread($f, 4096); |
|
75 | + $s = fread($f, 4096); |
|
76 | 76 | print $s; |
77 | 77 | fclose($f); |
78 | 78 | } else { |
@@ -36,7 +36,7 @@ |
||
36 | 36 | |
37 | 37 | $action = GETPOST('action', 'aZ09'); |
38 | 38 | $value = GETPOST('value', 'alpha'); |
39 | -$modulepart = GETPOST('modulepart', 'aZ09'); // Used by actions_setmoduleoptions.inc.php |
|
39 | +$modulepart = GETPOST('modulepart', 'aZ09'); // Used by actions_setmoduleoptions.inc.php |
|
40 | 40 | |
41 | 41 | $param = GETPOST('param', 'alpha'); |
42 | 42 | $cancel = GETPOST('cancel', 'alpha'); |