mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix typo in select() method switch statement.
This commit is contained in:
@@ -961,7 +961,7 @@ include "root.php";
|
||||
return $prep_statement->fetchAll(PDO::FETCH_ASSOC);
|
||||
case 'row':
|
||||
return $prep_statement->fetch(PDO::FETCH_ASSOC);
|
||||
case 'column';
|
||||
case 'column':
|
||||
return $prep_statement->fetchColumn();
|
||||
default:
|
||||
return $prep_statement->fetchAll(PDO::FETCH_ASSOC);
|
||||
|
||||
Reference in New Issue
Block a user