Completed
Push — master ( be3b46...518dfb )
by cam
05:16
created
ecrire/public/fonctions.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
 	if (strlen($intro)) {
84 84
 		$texte = $intro;
85 85
 	} else {
86
-		if (strpos("\n" . $texte, "\n|") === false
86
+		if (strpos("\n".$texte, "\n|") === false
87 87
 			and strlen($texte) > 2.5 * $longueur
88 88
 		) {
89 89
 			if (strpos($texte, "<multi") !== false) {
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
  * @param $objet_lien
182 182
  * @return string
183 183
  */
184
-function retrouver_rang_lien($objet_source, $ids, $objet_lie, $idl, $objet_lien){
184
+function retrouver_rang_lien($objet_source, $ids, $objet_lie, $idl, $objet_lien) {
185 185
 	$res = lister_objets_liens($objet_source, $objet_lie, $idl, $objet_lien);
186 186
 	$res = array_column($res, 'rang_lien', $objet_source);
187 187
 
Please login to merge, or discard this patch.