mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
minor fix in method documentation
This commit is contained in:
parent
1e451529b8
commit
fbe091eaf6
|
@ -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) { /* {{{ */
|
||||
|
|
Loading…
Reference in New Issue
Block a user