mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
fix a bug that can not search by extra variables in member list
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8598 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a5d94d679a
commit
3fe79a4d1c
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@
|
||||||
$args->s_last_login_less = substr(preg_replace("/[^0-9]/","",$search_keyword) . '00000000000000',0,14);
|
$args->s_last_login_less = substr(preg_replace("/[^0-9]/","",$search_keyword) . '00000000000000',0,14);
|
||||||
break;
|
break;
|
||||||
case 'extra_vars' :
|
case 'extra_vars' :
|
||||||
$args->s_extra_vars = ereg_replace("[^0-9]","",$search_keyword);
|
$args->s_extra_vars = $search_keyword;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue