Changes for page ユーザープロフィール
Last modified by Super Admin on 2026/03/22 00:39
From version
24.1
edited by Super Admin
on 2026/03/12 12:20
on 2026/03/12 12:20
Change comment:
There is no comment for this version
To version
23.1
edited by Super Admin
on 2026/03/10 22:26
on 2026/03/10 22:26
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -144,7 +144,7 @@ 144 144 == このユーザーの投稿・編集履歴 == 145 145 146 146 {{velocity}} 147 -#set($query = $services.query.xwql("where doc.author = :author order by doc.date desc").bindValue('author', $targetUser))147 +#set($query = $services.query.xwql("where doc.author = '${targetUser}' order by doc.date desc")) 148 148 #set($query = $query.setLimit(20)) 149 149 #set($results = $query.execute()) 150 150