Fixed errors report sql

This commit is contained in:
Daniel Barbero Martin 2021-04-22 09:50:22 +02:00
parent c42d132269
commit 918262f27f
1 changed files with 3 additions and 10 deletions

View File

@ -3682,16 +3682,9 @@ function graph_custom_sql_graph(
} }
} }
if ($id != null) {
$historical_db = db_get_value_sql(
'SELECT historical_db from treport_content where id_rc ='.$content['id_rc']
);
} else {
$historical_db = $content['historical_db']; $historical_db = $content['historical_db'];
} if ($content['external_source'] != '') {
$sql = io_safe_output($content['external_source']);
if ($report_content['external_source'] != '') {
$sql = io_safe_output($report_content['external_source']);
} else { } else {
$sql = db_get_row( $sql = db_get_row(
'treport_custom_sql', 'treport_custom_sql',