diff options
author | Steve Dibb <beandog@gentoo.org> | 2010-01-04 21:05:06 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2010-01-04 21:05:06 +0000 |
commit | 528bf34ae978dec7cf1aee78b19915a6dc4bbf8f (patch) | |
tree | 58113f1046c97b29042875e4029a0be8dff5da27 | |
parent | cleanup; arr_update should work now (diff) | |
download | znurt-org-backend-528bf34ae978dec7cf1aee78b19915a6dc4bbf8f.tar.gz znurt-org-backend-528bf34ae978dec7cf1aee78b19915a6dc4bbf8f.tar.bz2 znurt-org-backend-528bf34ae978dec7cf1aee78b19915a6dc4bbf8f.zip |
log start time of import
git-svn-id: file:///var/svn/portage@54 3218660a-b0cf-4799-a991-8ddcc5b9e0f3
-rw-r--r-- | import.all.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/import.all.php b/import.all.php index 10f3f42..afefe40 100644 --- a/import.all.php +++ b/import.all.php @@ -1,5 +1,10 @@ <? + require_once 'header.php'; + + $sql = "INSERT INTO znurt (action) VALUES ('start_import');"; + $db->query($sql); + ini_set('memory_limit', -1); $verbose = true; |