summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--import.packages.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/import.packages.php b/import.packages.php
index 2b46c8a..96eacfa 100644
--- a/import.packages.php
+++ b/import.packages.php
@@ -109,8 +109,6 @@
$arr_package_ids[$row['category_name']][$row['package_name']] = $row['package'];
}
-
-
$table = 'package';
foreach($arr_categories as $category_id => $category_name) {
@@ -254,6 +252,7 @@
$db_changelog->mtime= $changelog->mtime;
$db_changelog->filesize = $changelog->filesize;
$db_changelog->changelog = $changelog->changelog;
+ $db_changelog->recent_changes = $changelog->recent_changes;
}
// FIXME hopefully can phase out mtime soon.