summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2010-01-30 21:23:42 +0000
committerSteve Dibb <beandog@gentoo.org>2010-01-30 21:23:42 +0000
commit6ee5a995c60156823ddad58c1ffc4af2ab17cb71 (patch)
tree5bc8fec8108fb6a8cb89db7fa83720c74a88a930
parentClear out the old records if we're going to start anew (diff)
downloadznurt-org-backend-6ee5a995c60156823ddad58c1ffc4af2ab17cb71.tar.gz
znurt-org-backend-6ee5a995c60156823ddad58c1ffc4af2ab17cb71.tar.bz2
znurt-org-backend-6ee5a995c60156823ddad58c1ffc4af2ab17cb71.zip
Delete the temporary bug CSV
git-svn-id: file:///var/svn/portage@78 3218660a-b0cf-4799-a991-8ddcc5b9e0f3
-rw-r--r--import.bugzilla.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/import.bugzilla.php b/import.bugzilla.php
index cc3237b..092f456 100644
--- a/import.bugzilla.php
+++ b/import.bugzilla.php
@@ -88,6 +88,8 @@
}
+ unlink($filename);
+
}
// FIXME this query takes a while to run