Skip to content

Commit

Permalink
layout, images and social media updates
Browse files Browse the repository at this point in the history
  • Loading branch information
barbie committed Aug 19, 2011
1 parent b3678fc commit 9ca53ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
Changes for the CPAN Testers Blog website Changes for the CPAN Testers Blog website


1.02 current 1.02 18/08/2011
- upgrade to Labyrinth 5.09. - upgrade to Labyrinth 5.09.
- upgrade to Labyrinth-Plugin-Core 5.09. - upgrade to Labyrinth-Plugin-Core 5.09.
- added titlemaps and pathmaps to settings.ini. - added titlemaps and pathmaps to settings.ini.
Expand Down
2 changes: 1 addition & 1 deletion vhost/cgi-bin/config/phrasebook.ini
Expand Up @@ -271,7 +271,7 @@ GetDiaryComments=SELECT * FROM comments WHERE entryid=? AND publish=3 ORDER BY c
CountDiaryComments=SELECT entryid,count(commentid) FROM comments WHERE entryid IN ($ids) AND publish=3 GROUP BY entryid CountDiaryComments=SELECT entryid,count(commentid) FROM comments WHERE entryid IN ($ids) AND publish=3 GROUP BY entryid
GetCommentByID=SELECT * FROM comments WHERE commentid=? GetCommentByID=SELECT * FROM comments WHERE commentid=?
AddComment=INSERT INTO comments (entryid,subject,createdate,body,author,href,publish,ipaddr) VALUES (?,?,?,?,?,?,?,?) AddComment=INSERT INTO comments (entryid,subject,createdate,body,author,href,publish,ipaddr) VALUES (?,?,?,?,?,?,?,?)
SaveComment=UPDATE comments SET subject=?,body=?,author=?,href=? WHERE commentid=? SaveComment=UPDATE comments SET subject=?,body=?,author=?,href=?,publish=? WHERE commentid=?
PromoteComment=UPDATE comments SET publish=? WHERE commentid=? PromoteComment=UPDATE comments SET publish=? WHERE commentid=?
DeleteComment=DELETE FROM comments WHERE commentid=? DeleteComment=DELETE FROM comments WHERE commentid=?
GetCommentsLatest=SELECT * FROM comments AS c \ GetCommentsLatest=SELECT * FROM comments AS c \
Expand Down

0 comments on commit 9ca53ac

Please sign in to comment.