minor fix in method documentation

This commit is contained in:
Uwe Steinmann 2021-09-29 14:54:10 +02:00
parent 1e451529b8
commit fbe091eaf6

View File

@ -864,7 +864,8 @@ class SeedDMS_Core_DatabaseAccess {
* Create various temporary tables or view to speed up and simplify sql queries
*
* @param string $tableName
* @param bool $override
* @param bool $override
*
* @return bool
*/
public function createTemporaryTable($tableName, $override=false) { /* {{{ */