Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 * [5634/old_svn] 관련 쓰레기통에서 이름,ip 검색 동작 오류 패치가 동작하지 않는 부분 수정
 * reported by 도아 ( http://offree.net/entry/Update-TextCube-1-6-3 )
  • Loading branch information
inureyes committed May 1, 2008
1 parent 024d48c commit f1293f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion interface/owner/communication/trash/comment/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@

$IV = array(
'GET' => array(
'page' => array('int', 1, 'default' => 1)
'name' => array('string', 'mandatory' => false),
'page' => array('int', 1, 'default' => 1),
'ip' => array('ip', 'mandatory' => false)
),
'POST' => array(
'category' => array('int', 'default' => 0),
Expand Down

0 comments on commit f1293f0

Please sign in to comment.