Show
Ignore:
Timestamp:
09/09/07 19:26:13 (6 years ago)
Author:
kop-labs
Message:

echo off

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • website/lib/db/DBManager.class.php

    r2165 r2172  
    4848            $this->lastQuery = $query; 
    4949        } 
    50         echo "\"".$this->lastQuery . "\""; 
     50       // echo "\"".$this->lastQuery . "\""; 
    5151        $this->result = $this->execCommand($this->queryF); 
    5252    }