Remove the semi-colon from the view sql statement.

This commit is contained in:
Mark J Crane
2025-10-22 09:44:37 -06:00
parent 6169675607
commit 136933fa57

View File

@@ -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'];