Look: Corrections esthtiques mineures sur les onglets fiche client.

This commit is contained in:
Laurent Destailleur 2004-05-20 12:21:24 +00:00
parent e66076284a
commit dd27d22608
2 changed files with 3 additions and 3 deletions

View File

@ -309,7 +309,7 @@ else
print '</td></tr>';
print '</table>';
print '<br></div>';
print "<br></div>\n";
/*
*
*/

View File

@ -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 "<textarea name=\"note\" cols=\"60\" rows=\"10\">$societe->note</textarea><br>";
print '</td><td width="50%" valign="top">'.nl2br($societe->note).'</td>';
print "</td></tr>";
print "</table></div>";
print "</table>";
print '<input type="submit" value="Enregistrer"></form>';
}