File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1029,7 +1029,6 @@ public static function translation_fam() {
1029
1029
1030
1030
public static function diagrams_fam () {
1031
1031
global $ tmp_dir , $ globalTransaction ;
1032
- $ header = NULL ;
1033
1032
$ delimiter = " " ;
1034
1033
$ Connection = new Connection ();
1035
1034
if (($ handle = fopen ($ tmp_dir .'diagramspdf ' , 'r ' )) !== FALSE )
@@ -3889,7 +3888,7 @@ public static function update_all() {
3889
3888
echo update_db::fix_icaotype ();
3890
3889
echo update_db::update_banned_fam ();
3891
3890
echo update_db::update_block_fam ();
3892
- echo update_db::update_diagrams ();
3891
+ echo update_db::update_diagrams_fam ();
3893
3892
//echo update_db::update_celestrak();
3894
3893
//echo update_db::delete_duplicatemodes();
3895
3894
} else {
@@ -3905,7 +3904,7 @@ public static function update_all() {
3905
3904
//echo update_db::delete_duplicatemodes();
3906
3905
echo update_db::update_banned_fam ();
3907
3906
echo update_db::update_block_fam ();
3908
- echo update_db::update_diagrams ();
3907
+ echo update_db::update_diagrams_fam ();
3909
3908
}
3910
3909
}
3911
3910
}
You can’t perform that action at this time.
0 commit comments