Skip to content

Commit 9ccc853

Browse files
committed
Fix
1 parent 3eb940c commit 9ccc853

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

install/class.update_db.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,6 @@ public static function translation_fam() {
10291029

10301030
public static function diagrams_fam() {
10311031
global $tmp_dir, $globalTransaction;
1032-
$header = NULL;
10331032
$delimiter = " ";
10341033
$Connection = new Connection();
10351034
if (($handle = fopen($tmp_dir.'diagramspdf', 'r')) !== FALSE)
@@ -3889,7 +3888,7 @@ public static function update_all() {
38893888
echo update_db::fix_icaotype();
38903889
echo update_db::update_banned_fam();
38913890
echo update_db::update_block_fam();
3892-
echo update_db::update_diagrams();
3891+
echo update_db::update_diagrams_fam();
38933892
//echo update_db::update_celestrak();
38943893
//echo update_db::delete_duplicatemodes();
38953894
} else {
@@ -3905,7 +3904,7 @@ public static function update_all() {
39053904
//echo update_db::delete_duplicatemodes();
39063905
echo update_db::update_banned_fam();
39073906
echo update_db::update_block_fam();
3908-
echo update_db::update_diagrams();
3907+
echo update_db::update_diagrams_fam();
39093908
}
39103909
}
39113910
}

0 commit comments

Comments
 (0)