@@ 715-722 (lines=8) @@ | ||
712 | { |
|
713 | switch($search_target) |
|
714 | { |
|
715 | case 'content' : |
|
716 | if($search_keyword) |
|
717 | { |
|
718 | $search_keyword = str_replace(' ', '%', $search_keyword); |
|
719 | } |
|
720 | ||
721 | $args->s_content = $search_keyword; |
|
722 | break; |
|
723 | ||
724 | case 'user_id' : |
|
725 | if($search_keyword) |
|
@@ 852-859 (lines=8) @@ | ||
849 | { |
|
850 | switch($search_target) |
|
851 | { |
|
852 | case 'content' : |
|
853 | if($search_keyword) |
|
854 | { |
|
855 | $search_keyword = str_replace(' ', '%', $search_keyword); |
|
856 | } |
|
857 | ||
858 | $args->s_content = $search_keyword; |
|
859 | break; |
|
860 | ||
861 | case 'user_id' : |
|
862 | if($search_keyword) |