Changeset 2453

Show
Ignore:
Timestamp:
04/25/2008 11:35:44 AM
Author:
mikl
Message:

Fix #839: Typo in TMysqlTableInfo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/framework/Data/Common/Mysql/TMysqlTableInfo.php

    r1895 r2453  
    4141        { 
    4242                if(($schema=$this->getSchemaName())!==null) 
    43                         return '`'.$schema.'`.`'.$this->getTableName()
     43                        return '`'.$schema.'`.`'.$this->getTableName().'`'
    4444                else 
    4545                        return '`'.$this->getTableName().'`';