summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/TodoCategories.java
diff options
context:
space:
mode:
authorDavid A. Madore <david+git@madore.org>2014-10-12 21:03:33 +0200
committerDavid A. Madore <david+git@madore.org>2014-10-12 21:03:33 +0200
commit6c4cab0a9f5dbc019d81eeaeae46c8f17c7bdca7 (patch)
treedc5c645bc34c95feb9fd1b26cb670880e2a72dcf /org/madore/damlengine/TodoCategories.java
parentaf3d007e78246144f2f50aaadc05f81bae000f84 (diff)
downloaddamlengine-6c4cab0a9f5dbc019d81eeaeae46c8f17c7bdca7.tar.gz
damlengine-6c4cab0a9f5dbc019d81eeaeae46c8f17c7bdca7.tar.bz2
damlengine-6c4cab0a9f5dbc019d81eeaeae46c8f17c7bdca7.zip
Rename the "do_single_page" database column to "special_name", and update Java variables accordingly.
The SQL command is: ALTER TABLE entries RENAME do_single_page TO special_name ;
Diffstat (limited to 'org/madore/damlengine/TodoCategories.java')
-rw-r--r--org/madore/damlengine/TodoCategories.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org/madore/damlengine/TodoCategories.java b/org/madore/damlengine/TodoCategories.java
index 5d1a175..a3bd3ef 100644
--- a/org/madore/damlengine/TodoCategories.java
+++ b/org/madore/damlengine/TodoCategories.java
@@ -42,7 +42,7 @@ public final class TodoCategories extends TodoElement {
for ( String cat : ctx.ent.catList ) {
WeblogLink lk = new WeblogLink(ctx.ent.year, ctx.ent.month,
ctx.ent.day, ctx.ent.number, "",
- ctx.ent.doSinglePage);
+ ctx.ent.specialName);
lk.setTypeCat(cat);
String baseDir = ((ctx.gc.uriToTop==null)?"":(ctx.gc.uriToTop+"weblog/"));
p.appendChild(ctx.doc.createTextNode(" "));