Changeset 2453
- Timestamp:
- 04/25/2008 11:35:44 AM
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/framework/Data/Common/Mysql/TMysqlTableInfo.php
r1895 r2453 41 41 { 42 42 if(($schema=$this->getSchemaName())!==null) 43 return '`'.$schema.'`.`'.$this->getTableName() ;43 return '`'.$schema.'`.`'.$this->getTableName().'`'; 44 44 else 45 45 return '`'.$this->getTableName().'`';
