mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Remove the semi-colon from the view sql statement.
This commit is contained in:
@@ -3465,6 +3465,7 @@ class database {
|
||||
//set the variables
|
||||
$view_name = $row['name'];
|
||||
$view_sql = $row['sql'];
|
||||
$view_sql = str_replace(';', '', $view_sql);
|
||||
//$view_version = $row['version'];
|
||||
//$view_description = $row['description'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user