Index: trunk/phase3/includes/db/DatabaseIbm_db2.php |
— | — | @@ -778,9 +778,10 @@ |
779 | 779 | * Handle reserved keyword replacement in table names |
780 | 780 | * |
781 | 781 | * @param $name Object |
| 782 | + * @param $name Boolean |
782 | 783 | * @return String |
783 | 784 | */ |
784 | | - public function tableName( $name ) { |
| 785 | + public function tableName( $name, $quoted = true ) { |
785 | 786 | // we want maximum compatibility with MySQL schema |
786 | 787 | return $name; |
787 | 788 | } |