File: phpbb/install/helper/database.php
Unmodified
Added
Modified
Removed
Line 230 | Line 230 |
---|
* * @return bool|array true if table prefix is valid, array of errors otherwise *
|
* * @return bool|array true if table prefix is valid, array of errors otherwise *
|
* @throws \phpbb\install\exception\invalid_dbms_exception When $dbms is not a valid
| * @throws invalid_dbms_exception When $dbms is not a valid
|
*/ public function validate_table_prefix($dbms, $table_prefix) {
| */ public function validate_table_prefix($dbms, $table_prefix) {
|