summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-04-11 13:34:06 +0300
committerAndrew Dolgov <[email protected]>2019-04-11 13:34:06 +0300
commita263028f6fd682b4d137b6fc46b9465e0a049b1f (patch)
tree4171b9abd2c500e913ab135eaf0db7c4bc19890d
parent07625ed8d124fd5036955f9159337c39146d0d8f (diff)
shorten insert query a bit
-rw-r--r--init.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/init.php b/init.php
index b93743b..c3e2748 100644
--- a/init.php
+++ b/init.php
@@ -215,12 +215,7 @@ class Data_Migration extends Plugin {
} else {
$sth = $this->pdo->prepare(
"INSERT INTO ttrss_entries
- (title,
- guid,
- link,
- updated,
- content,
- content_hash,
+ (title, guid, link, updated, content, content_hash,
no_orig_date,
date_updated,
date_entered,