From dd27d226082c48d5ac91c9684e6e2b364a81b017 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 20 May 2004 12:21:24 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Corrections=20esth=E9tiques=20mineures?= =?UTF-8?q?=20sur=20les=20onglets=20fiche=20client.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/soc.php | 2 +- htdocs/socnote.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/soc.php b/htdocs/soc.php index d0203f401db..6d60c9ac2ed 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -309,7 +309,7 @@ else print ''; print ''; - print '
'; + print "
\n"; /* * */ diff --git a/htdocs/socnote.php b/htdocs/socnote.php index 24011da8b45..84d7397cbc6 100644 --- a/htdocs/socnote.php +++ b/htdocs/socnote.php @@ -22,7 +22,7 @@ */ require("./pre.inc.php"); -if ($HTTP_POST_VARS["action"] == 'add') { +if ($_POST["action"] == 'add') { $sql = "UPDATE ".MAIN_DB_PREFIX."societe SET note='$note' WHERE idp=$socid"; $result = $db->query($sql); } @@ -97,7 +97,7 @@ if ($socid > 0) { print "
"; print ''.nl2br($societe->note).''; print ""; - print ""; + print ""; print ''; }