회원가입시 확장변수 라디오 타입 버그

설문조사 아이템 순서 order type 정의


git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5995 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-03-30 08:12:15 +00:00
parent 297b65d79e
commit 1dd306d4db
9 changed files with 28 additions and 12 deletions

View file

@ -46,7 +46,7 @@
$widgetStyle_info = $oWidgetModel->getWidgetStyleInfo($request_vars->widgetstyle);
if(count($widgetStyle_info->extra_var)) {
foreach($widgetStyle_info->extra_var as $key=>$val) {
if($val->type =='text' || $val->type =='select' || $val->type =='filebox'){
if($val->type =='color' || $val->type =='text' || $val->type =='select' || $val->type =='filebox'){
$vars->{$key} = trim($request_vars->{$key});
}
}
@ -155,10 +155,6 @@
// 박스 위젯을 다시 구함
// $content = preg_replace_callback('!<div([^\>]*)widget=([^\>]*?)\><div><div>!is', array($this,'transWidgetBox'), $content);
// 박스 위젯을 다시 구함
$content = preg_replace_callback('!<div([^\>]*)widget=([^\>]*?)\><div><div>((<img.*?>)*)!is', array($this,'transWidgetBox'), $content);