Completed
Push — master ( 05da1d...9a9099 )
by cam
01:15
created
ecrire/public/references.php 1 patch
Spacing   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
 	$select = true
125 125
 ) {
126 126
 	if (!is_string($defaut)) {
127
-		$defaut = '@$Pile[0][\'' . strtolower($nom_champ) . '\']';
127
+		$defaut = '@$Pile[0][\''.strtolower($nom_champ).'\']';
128 128
 	}
129 129
 
130 130
 	$idb_origine = $idb;
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
 			}
158 158
 			// renseigner la boucle source de ce champ pour les traitements
159 159
 			$boucles[$idb_origine]->source_champ[$nom_champ_origine] = $idb;
160
-			$champ = '$Pile[$SP' . ($i ? "-$i" : "") . '][\'' . $c . '\']';
160
+			$champ = '$Pile[$SP'.($i ? "-$i" : "").'][\''.$c.'\']';
161 161
 			if (!$joker) {
162 162
 				return index_compose($conditionnel, $champ);
163 163
 			}
@@ -198,7 +198,7 @@  discard block
 block discarded – undo
198 198
 function index_compose($conditionnel, $defaut) {
199 199
 	while ($c = array_pop($conditionnel)) {
200 200
 		// si on passe defaut = '', ne pas générer d'erreur de compilation.
201
-		$defaut = "($c:(" . ($defaut ? $defaut : "''") . "))";
201
+		$defaut = "($c:(".($defaut ? $defaut : "''")."))";
202 202
 	}
203 203
 
204 204
 	return $defaut;
@@ -245,7 +245,7 @@  discard block
 block discarded – undo
245 245
 	if (!$r) {
246 246
 		$joker = false; // indiquer a l'appelant
247 247
 		# continuer pour chercher l'erreur suivante
248
-		return array("'#" . $r . ':' . $nom_champ . "'", '');
248
+		return array("'#".$r.':'.$nom_champ."'", '');
249 249
 	}
250 250
 
251 251
 	$desc = $boucles[$idb]->show;
@@ -345,8 +345,8 @@  discard block
 block discarded – undo
345 345
 			$t = $index_exception_derogatoire($boucle, $desc, $nom_champ, $excep);
346 346
 		}
347 347
 		if ($t == null) {
348
-			list($e, $x) = $excep;  #PHP4 affecte de gauche a droite
349
-			$excep = $x;    #PHP5 de droite a gauche !
348
+			list($e, $x) = $excep; #PHP4 affecte de gauche a droite
349
+			$excep = $x; #PHP5 de droite a gauche !
350 350
 			$j = $trouver_table($e, $boucle->sql_serveur);
351 351
 			if (!$j) {
352 352
 				return array('', '');
@@ -358,7 +358,7 @@  discard block
 block discarded – undo
358 358
 					$l = (preg_split('/\s*,\s*/', $k));
359 359
 					$k = $desc['key']['PRIMARY KEY'];
360 360
 					if (!in_array($k, $l)) {
361
-						spip_log("jointure impossible $e " . join(',', $l));
361
+						spip_log("jointure impossible $e ".join(',', $l));
362 362
 
363 363
 						return array('', '');
364 364
 					}
@@ -374,7 +374,7 @@  discard block
 block discarded – undo
374 374
 	// demander a SQL de gerer le synonyme
375 375
 	// ca permet que excep soit dynamique (Cedric, 2/3/06)
376 376
 	if ($excep != $nom_champ) {
377
-		$excep .= ' AS ' . $nom_champ;
377
+		$excep .= ' AS '.$nom_champ;
378 378
 	}
379 379
 
380 380
 	return array("$t.$excep", $nom_champ);
@@ -605,7 +605,7 @@  discard block
 block discarded – undo
605 605
 		join(',', $collecte),
606 606
 		($collecte ? $param : substr($param, 1)), # virer la virgule
607 607
 		memoriser_contexte_compil($p),
608
-		(!$supp ? '' : (', ' . join(',', $supp))));
608
+		(!$supp ? '' : (', '.join(',', $supp))));
609 609
 
610 610
 	$p->interdire_scripts = false;
611 611
 
@@ -700,7 +700,7 @@  discard block
 block discarded – undo
700 700
 	$nom = $p->id_boucle;
701 701
 
702 702
 	if ($nom and trouver_nom_serveur_distant($p)) {
703
-		spip_log($nom . ':' . $p->nom_champ . ' ' . _T('zbug_distant_interdit'));
703
+		spip_log($nom.':'.$p->nom_champ.' '._T('zbug_distant_interdit'));
704 704
 
705 705
 		return false;
706 706
 	}
@@ -785,7 +785,7 @@  discard block
 block discarded – undo
785 785
 			(strpos($ps, 'typo') !== false)
786 786
 		)
787 787
 	) {
788
-		$ps = 'traiter_doublons_documents($doublons, ' . $ps . ')';
788
+		$ps = 'traiter_doublons_documents($doublons, '.$ps.')';
789 789
 	}
790 790
 
791 791
 	// La protection des champs par |safehtml est assuree par les extensions
@@ -906,7 +906,7 @@  discard block
 block discarded – undo
906 906
 function compose_filtres_args($p, $args, $sep) {
907 907
 	$arglist = "";
908 908
 	foreach ($args as $arg) {
909
-		$arglist .= $sep .
909
+		$arglist .= $sep.
910 910
 			calculer_liste($arg, $p->descr, $p->boucles, $p->id_boucle);
911 911
 	}
912 912
 
@@ -957,7 +957,7 @@  discard block
 block discarded – undo
957 957
 	while ($b != '') {
958 958
 		foreach ($p->boucles[$b]->criteres as $critere) {
959 959
 			if ($critere->op == $motif) {
960
-				$p->code = '$Pile[$SP' . (($n == 0) ? "" : "-$n") .
960
+				$p->code = '$Pile[$SP'.(($n == 0) ? "" : "-$n").
961 961
 					"]['$champ']";
962 962
 				$b = '';
963 963
 				break 2;
@@ -985,6 +985,6 @@  discard block
 block discarded – undo
985 985
  */
986 986
 function zbug_presenter_champ($p, $champ = "") {
987 987
 	$balise = $champ ? $champ : $p->nom_champ;
988
-	$explicite = $explicite = $p->nom_boucle ? $p->nom_boucle . ':' : '';
988
+	$explicite = $explicite = $p->nom_boucle ? $p->nom_boucle.':' : '';
989 989
 	return "#{$explicite}{$balise}";
990 990
 }
991 991
\ No newline at end of file
Please login to merge, or discard this patch.