Qual : php code sniffer
This commit is contained in:
parent
b3b0c73f31
commit
db86735fe6
@ -162,11 +162,7 @@ print '</script>'."\n";
|
||||
|
||||
print '<br>'."\n";
|
||||
|
||||
<<<<<<< HEAD
|
||||
//affichage du cochage par défaut
|
||||
=======
|
||||
// Check or not
|
||||
>>>>>>> branch 'develop' of https://github.com/Dolibarr/dolibarr.git
|
||||
$cocheplus='';
|
||||
if ($_SESSION["canedit"]) $cocheplus="checked";
|
||||
|
||||
|
||||
@ -64,10 +64,6 @@ $now=dol_now();
|
||||
|
||||
$nbcolonnes=substr_count($object->sujet,',')+1;
|
||||
$toutsujet=explode(",",$object->sujet);
|
||||
<<<<<<< HEAD
|
||||
//$toutsujet=str_replace("°","'",$toutsujet);
|
||||
=======
|
||||
>>>>>>> branch 'develop' of https://github.com/Dolibarr/dolibarr.git
|
||||
|
||||
// affichage des sujets du sondage
|
||||
$input.=$langs->trans("Name").";";
|
||||
@ -154,4 +150,4 @@ header('Cache-Control: max-age=10');
|
||||
echo $input;
|
||||
|
||||
exit;
|
||||
?>
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user