/[dolibarr]/dolibarr/htdocs/telephonie/telephonie.client.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/telephonie.client.class.php

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

revision 1.1 by rodolphe, Tue Nov 22 15:56:25 2005 UTC revision 1.2 by rodolphe, Tue Nov 22 16:50:37 2005 UTC
# Line 40  class TelephonieClient extends Societe { Line 40  class TelephonieClient extends Societe {
40     *     *
41     *     *
42     */     */
43      function log_consult($user,$mode)
44      {
45        $sql = "INSERT INTO ".MAIN_DB_PREFIX."societe_consult (fk_soc,fk_user,action)";
46        $sql .= " VALUES (".$this->id.",".$user->id.",'".$mode."');";
47        $this->db->query($sql);
48      }
49    
50    function count_comment()    function count_comment()
51    {    {
52      $num_comments = 0;      $num_comments = 0;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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