Changeset 1135

Show
Ignore:
Timestamp:
10/23/08 00:07:20 (3 months ago)
Author:
doubleface
Message:

ticket #722: Db profile now used in saveControlToDao in branch 1.0.x. p=doubleface r=laurent

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0.x/lib/jelix/forms/jFormsBase.class.php

    r1060 r1135  
    55* @author      Laurent Jouanneau 
    66* @contributor Dominique Papin 
     7* @contributor Christophe Thiriot 
    78* @copyright   2006-2007 Laurent Jouanneau, 2007 Dominique Papin 
    89* @link        http://www.jelix.org 
     
    376377            $primaryKey =array($primaryKey); 
    377378 
    378         $dao = jDao::create($daoSelector); 
    379         $daorec = jDao::createRecord($daoSelector); 
     379        $dao = jDao::create($daoSelector, $dbProfil); 
     380        $daorec = jDao::createRecord($daoSelector, $dbProfil); 
    380381 
    381382        $conditions = jDao::createConditions(); 
Download in other formats: Unified Diff Zip Archive