summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2010-02-17 03:46:53 +0000
committerSteve Dibb <beandog@gentoo.org>2010-02-17 03:46:53 +0000
commitd7dad84ed262a99406f1bda01177256fe75670d5 (patch)
tree44b72b5a39fa380b8424e023e3a39799c07bde93
parentbugfix (diff)
downloadznurt-org-backend-d7dad84ed262a99406f1bda01177256fe75670d5.tar.gz
znurt-org-backend-d7dad84ed262a99406f1bda01177256fe75670d5.tar.bz2
znurt-org-backend-d7dad84ed262a99406f1bda01177256fe75670d5.zip
Update recent_changes
git-svn-id: file:///var/svn/portage@91 3218660a-b0cf-4799-a991-8ddcc5b9e0f3
-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.