diff --git a/htdocs/comm/fiche.php3 b/htdocs/comm/fiche.php3
index 5dde7b57846..ce1469ff986 100644
--- a/htdocs/comm/fiche.php3
+++ b/htdocs/comm/fiche.php3
@@ -127,13 +127,15 @@ if ($socid > 0) {
$result = $db->query($sql);
- if ($result) {
- $objsoc = $db->fetch_object(0);
+ if ($result)
+ {
+ $objsoc = $db->fetch_object(0);
- $dac = strftime("%Y-%m-%d %H:%M", time());
- if ($errmesg) {
- print "$errmesg
";
- }
+ $dac = strftime("%Y-%m-%d %H:%M", time());
+ if ($errmesg)
+ {
+ print "$errmesg
";
+ }
/*
*
@@ -266,7 +268,6 @@ if ($socid > 0) {
*
*/
if ($action == 'changevalue') {
-
print "