Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Dec 21, 2017
1 parent 3eb940c commit 9ccc853
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions install/class.update_db.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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 {
Expand All @@ -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();
}
}
}
Expand Down

0 comments on commit 9ccc853

Please sign in to comment.