| @@ 701-708 (lines=8) @@ | ||
| 698 | { |
|
| 699 | switch($search_target) |
|
| 700 | { |
|
| 701 | case 'content' : |
|
| 702 | if($search_keyword) |
|
| 703 | { |
|
| 704 | $search_keyword = str_replace(' ', '%', $search_keyword); |
|
| 705 | } |
|
| 706 | ||
| 707 | $args->s_content = $search_keyword; |
|
| 708 | break; |
|
| 709 | ||
| 710 | case 'user_id' : |
|
| 711 | if($search_keyword) |
|
| @@ 838-845 (lines=8) @@ | ||
| 835 | { |
|
| 836 | switch($search_target) |
|
| 837 | { |
|
| 838 | case 'content' : |
|
| 839 | if($search_keyword) |
|
| 840 | { |
|
| 841 | $search_keyword = str_replace(' ', '%', $search_keyword); |
|
| 842 | } |
|
| 843 | ||
| 844 | $args->s_content = $search_keyword; |
|
| 845 | break; |
|
| 846 | ||
| 847 | case 'user_id' : |
|
| 848 | if($search_keyword) |
|