From 199aebc5cb3e0ef63fc560aea601ad28e5e24e90 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 22 Jun 2007 09:29:45 +0000 Subject: [PATCH] Fix: renommage du champs "note" en "description" Add: ajout des champs "note_private" et "note_public" --- htdocs/fichinter/fichinter.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fichinter/fichinter.class.php b/htdocs/fichinter/fichinter.class.php index 606ef88a108..299b2cfeb57 100644 --- a/htdocs/fichinter/fichinter.class.php +++ b/htdocs/fichinter/fichinter.class.php @@ -47,7 +47,7 @@ class Fichinter extends CommonObject var $ref; var $date; var $duree; - var $description + var $description; var $note_private; var $note_public; var $projet_id;