- + From 44e87213ca0d1a3fb7deb8fdfbb3d9f5a055743e Mon Sep 17 00:00:00 2001 From: k10206 Date: Mon, 14 Apr 2008 05:15:33 +0000 Subject: [PATCH 008/111] =?UTF-8?q?DB=20=EC=BF=BC=EB=A6=AC=20=ED=95=A8?= =?UTF-8?q?=EC=88=98=EB=A5=BC=20executeQueryArray=20=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4104 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- widgets/rank_count/rank_count.class.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/widgets/rank_count/rank_count.class.php b/widgets/rank_count/rank_count.class.php index 9ebdce716..ee06ac83e 100644 --- a/widgets/rank_count/rank_count.class.php +++ b/widgets/rank_count/rank_count.class.php @@ -91,20 +91,20 @@ if(count($target_group_srl_list)) $obj->selected_group_srl = implode(',',$target_group_srl_list); else $obj->selected_group_without_srl = implode(',',$target_group_without_srl_list); - if($rankby == "document") $output = executeQuery('widgets.rank_count.getRankDocumentCountWithinGroup', $obj); - elseif($rankby == "comment") $output = executeQuery('widgets.rank_count.getRankCommentCountWithinGroup', $obj); - elseif($rankby == "attach") $output = executeQuery('widgets.rank_count.getRankUploadedCountWithinGroup', $obj); - elseif($rankby == "vote") $output = executeQuery('widgets.rank_count.getRankVotedCountWithinGroup', $obj); - elseif($rankby == "read") $output = executeQuery('widgets.rank_count.getRankReadedCountWithinGroup', $obj); + if($rankby == "document") $output = executeQueryArray('widgets.rank_count.getRankDocumentCountWithinGroup', $obj); + elseif($rankby == "comment") $output = executeQueryArray('widgets.rank_count.getRankCommentCountWithinGroup', $obj); + elseif($rankby == "attach") $output = executeQueryArray('widgets.rank_count.getRankUploadedCountWithinGroup', $obj); + elseif($rankby == "vote") $output = executeQueryArray('widgets.rank_count.getRankVotedCountWithinGroup', $obj); + elseif($rankby == "read") $output = executeQueryArray('widgets.rank_count.getRankReadedCountWithinGroup', $obj); } } else { //전체 목록을 구해옴 - if($rankby == "document") $output = executeQuery('widgets.rank_count.getRankDocumentCount', $obj); - elseif($rankby == "comment") $output = executeQuery('widgets.rank_count.getRankCommentCount', $obj); - elseif($rankby == "attach") $output = executeQuery('widgets.rank_count.getRankUploadedCount', $obj); - elseif($rankby == "vote") $output = executeQuery('widgets.rank_count.getRankVotedCount', $obj); - elseif($rankby == "read") $output = executeQuery('widgets.rank_count.getRankReadedCount', $obj); + if($rankby == "document") $output = executeQueryArray('widgets.rank_count.getRankDocumentCount', $obj); + elseif($rankby == "comment") $output = executeQueryArray('widgets.rank_count.getRankCommentCount', $obj); + elseif($rankby == "attach") $output = executeQueryArray('widgets.rank_count.getRankUploadedCount', $obj); + elseif($rankby == "vote") $output = executeQueryArray('widgets.rank_count.getRankVotedCount', $obj); + elseif($rankby == "read") $output = executeQueryArray('widgets.rank_count.getRankReadedCount', $obj); } // 오류가 생기면 그냥 무시 From 33149a1ffb2fb18c930a129340d7ea6029ac8370 Mon Sep 17 00:00:00 2001 From: bnu Date: Mon, 14 Apr 2008 12:00:54 +0000 Subject: [PATCH 009/111] =?UTF-8?q?#446=20'=EB=A1=9C=EA=B7=B8=EC=9D=B8=20?= =?UTF-8?q?=EC=9C=A0=EC=A7=80'=20=EC=B2=B4=ED=81=AC=ED=95=B4=EC=A0=9C?= =?UTF-8?q?=EC=8B=9C=20=EA=B2=BD=EA=B3=A0=EC=B0=BD=20=EC=B6=9C=EB=A0=A5?= =?UTF-8?q?=ED=95=98=EC=A7=80=20=EC=95=8A=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4105 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/member/skins/default/login_form.html | 2 +- widgets/login_info/skins/default/login_form.html | 2 +- widgets/login_info/skins/xe_official/login_form.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/member/skins/default/login_form.html b/modules/member/skins/default/login_form.html index 64d9511e4..37951b9a5 100644 --- a/modules/member/skins/default/login_form.html +++ b/modules/member/skins/default/login_form.html @@ -26,7 +26,7 @@

- +

diff --git a/widgets/login_info/skins/default/login_form.html b/widgets/login_info/skins/default/login_form.html index 9b8d4a082..0bcf8e655 100644 --- a/widgets/login_info/skins/default/login_form.html +++ b/widgets/login_info/skins/default/login_form.html @@ -25,7 +25,7 @@
    -
  • +
    diff --git a/widgets/login_info/skins/xe_official/login_form.html b/widgets/login_info/skins/xe_official/login_form.html index 12f751dbe..a468d364c 100644 --- a/widgets/login_info/skins/xe_official/login_form.html +++ b/widgets/login_info/skins/xe_official/login_form.html @@ -28,7 +28,7 @@