@@ -166,11 +166,11 @@ |
||
166 | 166 | } |
167 | 167 | |
168 | 168 | // Clean parameters |
169 | - $this->url = clean_url($this->url, 1); |
|
169 | + $this->url = clean_url($this->url, 1); |
|
170 | 170 | if (empty($this->label)) { |
171 | 171 | $this->label = basename($this->url); |
172 | 172 | } |
173 | - $this->label = trim($this->label); |
|
173 | + $this->label = trim($this->label); |
|
174 | 174 | |
175 | 175 | |
176 | 176 | $this->db->begin(); |
@@ -1270,7 +1270,7 @@ |
||
1270 | 1270 | |
1271 | 1271 | // TODO prendre en compte le filtre |
1272 | 1272 | foreach ($pragmas as $var) { |
1273 | - $sql = "PRAGMA $var"; |
|
1273 | + $sql = "pragma $var"; |
|
1274 | 1274 | $resql = $this->query($sql); |
1275 | 1275 | if ($resql) { |
1276 | 1276 | $obj = $this->fetch_row($resql); |
@@ -263,7 +263,7 @@ |
||
263 | 263 | echo '<div>'; |
264 | 264 | echo '<table class="noborder centpercent">'; |
265 | 265 | echo '<thead>'; |
266 | -echo '<tr class="liste_titre"><th>' . $langs->trans('Parameter') . '</th><th>' . $langs->trans('Value') . '</th></tr>'; |
|
266 | +echo '<tr class="liste_titre"><th>'.$langs->trans('Parameter').'</th><th>'.$langs->trans('Value').'</th></tr>'; |
|
267 | 267 | echo '</thead>'; |
268 | 268 | echo '<tbody>'; |
269 | 269 |
@@ -24,7 +24,7 @@ discard block |
||
24 | 24 | * \brief Module to show box of members |
25 | 25 | */ |
26 | 26 | |
27 | -include_once DOL_DOCUMENT_ROOT . '/core/boxes/modules_boxes.php'; |
|
27 | +include_once DOL_DOCUMENT_ROOT.'/core/boxes/modules_boxes.php'; |
|
28 | 28 | |
29 | 29 | |
30 | 30 | /** |
@@ -83,8 +83,8 @@ discard block |
||
83 | 83 | |
84 | 84 | $this->max = $max; |
85 | 85 | |
86 | - include_once DOL_DOCUMENT_ROOT . '/adherents/class/adherent.class.php'; |
|
87 | - require_once DOL_DOCUMENT_ROOT . '/adherents/class/adherent_type.class.php'; |
|
86 | + include_once DOL_DOCUMENT_ROOT.'/adherents/class/adherent.class.php'; |
|
87 | + require_once DOL_DOCUMENT_ROOT.'/adherents/class/adherent_type.class.php'; |
|
88 | 88 | $memberstatic = new Adherent($this->db); |
89 | 89 | $statictype = new AdherentType($this->db); |
90 | 90 | |
@@ -100,8 +100,8 @@ discard block |
||
100 | 100 | $numb = 0; |
101 | 101 | |
102 | 102 | $sql = "SELECT c.subscription, c.dateadh as dateh"; |
103 | - $sql .= " FROM " . MAIN_DB_PREFIX . "adherent as d, " . MAIN_DB_PREFIX . "subscription as c"; |
|
104 | - $sql .= " WHERE d.entity IN (" . getEntity('adherent') . ")"; |
|
103 | + $sql .= " FROM ".MAIN_DB_PREFIX."adherent as d, ".MAIN_DB_PREFIX."subscription as c"; |
|
104 | + $sql .= " WHERE d.entity IN (".getEntity('adherent').")"; |
|
105 | 105 | $sql .= " AND d.rowid = c.fk_adherent"; |
106 | 106 | |
107 | 107 | |
@@ -216,7 +216,7 @@ discard block |
||
216 | 216 | $this->info_box_contents[0][0] = array( |
217 | 217 | 'td' => '', |
218 | 218 | 'maxlength' => 500, |
219 | - 'text' => ($this->db->error() . ' sql=' . $sql), |
|
219 | + 'text' => ($this->db->error().' sql='.$sql), |
|
220 | 220 | ); |
221 | 221 | } |
222 | 222 | } else { |
@@ -100,7 +100,7 @@ |
||
100 | 100 | while ($line < $num) { |
101 | 101 | $objp = $this->db->fetch_object($result); |
102 | 102 | $date = $this->db->jdate($objp->date_movement); |
103 | - $journal = $objp->code_journal; |
|
103 | + $journal = $objp->code_journal; |
|
104 | 104 | $label = $objp->label_operation; |
105 | 105 | $amount = $objp->amount; |
106 | 106 |
@@ -43,7 +43,7 @@ |
||
43 | 43 | * View |
44 | 44 | */ |
45 | 45 | |
46 | -$form = new Form($db); // $form is required as global value into dol_banner_tab |
|
46 | +$form = new Form($db); // $form is required as global value into dol_banner_tab |
|
47 | 47 | |
48 | 48 | llxHeader('', $langs->trans("CronInfo")); |
49 | 49 |
@@ -126,8 +126,8 @@ |
||
126 | 126 | public $usage_bill_time; // Is the time spent on project must be invoiced or not |
127 | 127 | |
128 | 128 | /** |
129 | - * @var integer Event organization: Use Event Organization |
|
130 | - */ |
|
129 | + * @var integer Event organization: Use Event Organization |
|
130 | + */ |
|
131 | 131 | public $usage_organize_event; |
132 | 132 | |
133 | 133 | /** |
@@ -1697,7 +1697,7 @@ discard block |
||
1697 | 1697 | global $langs, $conf; |
1698 | 1698 | |
1699 | 1699 | $error = 0; |
1700 | - $clone_project_id = 0; // For static toolcheck |
|
1700 | + $clone_project_id = 0; // For static toolcheck |
|
1701 | 1701 | |
1702 | 1702 | dol_syslog("createFromClone clone_contact=".json_encode($clone_contact)." clone_task=".json_encode($clone_task)." clone_project_file=".json_encode($clone_project_file)." clone_note=".json_encode($clone_note)." move_date=".json_encode($move_date), LOG_DEBUG); |
1703 | 1703 | |
@@ -1991,7 +1991,7 @@ discard block |
||
1991 | 1991 | if ($tableName == "actioncomm") { |
1992 | 1992 | $sql .= " SET fk_project=".$this->id; |
1993 | 1993 | $sql .= " WHERE id=".((int) $elementSelectId); |
1994 | - } elseif (in_array($tableName, ["entrepot","mrp_mo","stocktransfer_stocktransfer"])) { |
|
1994 | + } elseif (in_array($tableName, ["entrepot", "mrp_mo", "stocktransfer_stocktransfer"])) { |
|
1995 | 1995 | $sql .= " SET fk_project=".$this->id; |
1996 | 1996 | $sql .= " WHERE rowid=".((int) $elementSelectId); |
1997 | 1997 | } else { |
@@ -2186,7 +2186,7 @@ discard block |
||
2186 | 2186 | $date = explode('-', $obj->element_date); |
2187 | 2187 | $week_number = getWeekNumber($date[2], $date[1], $date[0]); |
2188 | 2188 | } |
2189 | - '@phan-var-force int $week_number'; // Needed because phan considers it might be null |
|
2189 | + '@phan-var-force int $week_number'; // Needed because phan considers it might be null |
|
2190 | 2190 | if (empty($weekalreadyfound[$week_number])) { |
2191 | 2191 | $this->monthWorkLoad[$week_number] = $obj->element_duration; |
2192 | 2192 | $this->monthWorkLoadPerTask[$week_number][$obj->fk_element] = $obj->element_duration; |
@@ -2511,7 +2511,7 @@ discard block |
||
2511 | 2511 | $return .= '<br><span class="info-box-label opacitymedium">'.$langs->trans("Author").'</span>'; |
2512 | 2512 | $return .= '<span> : '.$user->getNomUrl(1).'</span>'; |
2513 | 2513 | }*/ |
2514 | - $return .= '<br><div>'; // start div line status |
|
2514 | + $return .= '<br><div>'; // start div line status |
|
2515 | 2515 | if ($this->usage_opportunity && $this->opp_status_code) { |
2516 | 2516 | //$return .= '<br><span class="info-bo-label opacitymedium">'.$langs->trans("OpportunityStatusShort").'</span>'; |
2517 | 2517 | //$return .= '<div class="small inline-block">'.dol_trunc($langs->trans("OppStatus".$this->opp_status_code), 5).'</div>'; |
@@ -2521,7 +2521,7 @@ discard block |
||
2521 | 2521 | if (method_exists($this, 'getLibStatut')) { |
2522 | 2522 | $return .= '<div class="info-box-status small inline-block valignmiddle">'.$this->getLibStatut(3).'</div>'; |
2523 | 2523 | } |
2524 | - $return .= '</div>'; // end div line status |
|
2524 | + $return .= '</div>'; // end div line status |
|
2525 | 2525 | |
2526 | 2526 | $return .= '</div>'; |
2527 | 2527 | $return .= '</div>'; |
@@ -79,7 +79,7 @@ |
||
79 | 79 | $socid = $user->socid; |
80 | 80 | } |
81 | 81 | |
82 | -$result = restrictedArea($user, 'expedition', 0, ''); // We use 0 for id, because there is no particular shipment on this tab, only id of order is known |
|
82 | +$result = restrictedArea($user, 'expedition', 0, ''); // We use 0 for id, because there is no particular shipment on this tab, only id of order is known |
|
83 | 83 | |
84 | 84 | |
85 | 85 |
@@ -156,7 +156,7 @@ |
||
156 | 156 | } |
157 | 157 | } |
158 | 158 | if (GETPOST('target') == 'remote') { |
159 | - $xmlarray = getURLContent($xmlremote, 'GET', '', 1, array(), array('http', 'https'), 0); // Accept http or https links on external remote server only. Same is used into api_setup.class.php. |
|
159 | + $xmlarray = getURLContent($xmlremote, 'GET', '', 1, array(), array('http', 'https'), 0); // Accept http or https links on external remote server only. Same is used into api_setup.class.php. |
|
160 | 160 | |
161 | 161 | // Return array('content'=>response,'curl_error_no'=>errno,'curl_error_msg'=>errmsg...) |
162 | 162 | if (!$xmlarray['curl_error_no'] && $xmlarray['http_code'] != '400' && $xmlarray['http_code'] != '404') { |