/[dolibarr]/dolibarr/htdocs/fichinter/fichinter.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/fichinter/fichinter.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by tipaul, Mon Nov 14 21:38:44 2005 UTC revision 1.16 by eldy, Tue Nov 15 22:42:00 2005 UTC
# Line 123  class Fichinter Line 123  class Fichinter
123           */           */
124          $sql = "UPDATE ".MAIN_DB_PREFIX."fichinter SET ";          $sql = "UPDATE ".MAIN_DB_PREFIX."fichinter SET ";
125          $sql .= " datei = $this->date";          $sql .= " datei = $this->date";
126          $sql .= ", note  = '".mysql_real_escape_string($this->note)."'";          $sql .= ", note  = '".addslashes($this->note)."'";
127          $sql .= ", duree = $this->duree";          $sql .= ", duree = $this->duree";
128          $sql .= ", fk_projet = $this->projet_id";          $sql .= ", fk_projet = $this->projet_id";
129          $sql .= " WHERE rowid = $id";          $sql .= " WHERE rowid = $id";

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26