Qual : php code sniffer

This commit is contained in:
fhenry 2013-04-11 10:52:02 +02:00
parent b3b0c73f31
commit db86735fe6
2 changed files with 1 additions and 9 deletions

View File

@ -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";

View File

@ -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;
?>
?>