diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-08-23 01:08:13 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-08-23 01:08:13 +0100 |
commit | 9f2ba07b040d44491bfea7032872b567b60a4000 (patch) | |
tree | 17699b3f59431c82f039a01ae0a40c2086e1c950 | |
parent | Fix herd in category view now DB correctly contains nulls, not empty strings (diff) | |
download | gentoobrowse-9f2ba07b040d44491bfea7032872b567b60a4000.tar.bz2 gentoobrowse-9f2ba07b040d44491bfea7032872b567b60a4000.tar.xz gentoobrowse-9f2ba07b040d44491bfea7032872b567b60a4000.zip |
Add missing column mapping and correct file name
-rw-r--r-- | gentoobrowse/console/newsimport.xml (renamed from gentoobrowse/console/news.xml) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gentoobrowse/console/news.xml b/gentoobrowse/console/newsimport.xml index 109524c..3e9c041 100644 --- a/gentoobrowse/console/news.xml +++ b/gentoobrowse/console/newsimport.xml @@ -28,6 +28,7 @@ </sql> <columns> <newsid key="true" /> + <title /> <posted /> <authorname /> <authoremail /> |