Show
Ignore:
Timestamp:
09/17/08 13:55:47 (4 months ago)
Author:
nowelium
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/php/misc/Hermit/src/Hermit/command/HermitSelectCommand.php

    r19345 r19426  
    1212    } 
    1313    public function execute(PDO $pdo, array $parameters){ 
    14         $sql = $this->sqlCreator->createSql(); 
     14        $sql = $this->sqlCreator->createSql($pdo); 
    1515        $stmt = HermitStatementBuilder::prepare($pdo, $this->method, $sql); 
    1616        $stmt->execute($parameters);