From 9ccc8530dad0ff249601226691a2bf31a0ebe75f Mon Sep 17 00:00:00 2001 From: Ycarus Date: Thu, 21 Dec 2017 17:38:39 +0100 Subject: [PATCH] Fix --- install/class.update_db.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install/class.update_db.php b/install/class.update_db.php index ef8eda2f..d711c758 100644 --- a/install/class.update_db.php +++ b/install/class.update_db.php @@ -1029,7 +1029,6 @@ public static function translation_fam() { public static function diagrams_fam() { global $tmp_dir, $globalTransaction; - $header = NULL; $delimiter = " "; $Connection = new Connection(); if (($handle = fopen($tmp_dir.'diagramspdf', 'r')) !== FALSE) @@ -3889,7 +3888,7 @@ public static function update_all() { echo update_db::fix_icaotype(); echo update_db::update_banned_fam(); echo update_db::update_block_fam(); - echo update_db::update_diagrams(); + echo update_db::update_diagrams_fam(); //echo update_db::update_celestrak(); //echo update_db::delete_duplicatemodes(); } else { @@ -3905,7 +3904,7 @@ public static function update_all() { //echo update_db::delete_duplicatemodes(); echo update_db::update_banned_fam(); echo update_db::update_block_fam(); - echo update_db::update_diagrams(); + echo update_db::update_diagrams_fam(); } } }