[ Index ] |
|
Code source de Symfony 1.0.0 |
1 Index: lib/vendor/propel-generator/classes/propel/engine/database/model/AppData.php 2 =================================================================== 3 --- lib/vendor/propel-generator/classes/propel/engine/database/model/AppData.php (revision 3150) 4 +++ lib/vendor/propel-generator/classes/propel/engine/database/model/AppData.php (working copy) 5 @@ -95,7 +95,7 @@ 6 */ 7 public function getShortName() 8 { 9 - return str_replace("-schema", "", $name); 10 + return str_replace("-schema", "", $this->name); 11 } 12 13 /** 14 Index: lib/vendor/propel-generator/classes/propel/engine/database/model/Table.php 15 =================================================================== 16 --- lib/vendor/propel-generator/classes/propel/engine/database/model/Table.php (revision 3150) 17 +++ lib/vendor/propel-generator/classes/propel/engine/database/model/Table.php (working copy) 18 @@ -1015,7 +1015,7 @@ 19 20 if ($this->abstractValue) { 21 $result .= " abstract=\"" 22 - . ($abstractValue ? "true" : "false") 23 + . ($this->abstractValue ? "true" : "false") 24 . '"'; 25 } 26 27 Index: lib/vendor/propel-generator/classes/propel/phing/PropelSQLExec.php 28 =================================================================== 29 --- lib/vendor/propel-generator/classes/propel/phing/PropelSQLExec.php (revision 3150) 30 +++ lib/vendor/propel-generator/classes/propel/phing/PropelSQLExec.php (working copy) 31 @@ -667,7 +667,7 @@ 32 { 33 if (!empty($this->tSqlCommand)) { 34 $this->parent->log("Executing commands", PROJECT_MSG_INFO); 35 - $this->parent->runStatements($tSqlCommand, $out); 36 + $this->parent->runStatements($this->tSqlCommand, $out); 37 } 38 39 if ($this->tSrcFile !== null) {
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |