fix regexs for Seminary fields lists
This commit is contained in:
parent
66dc5aac0e
commit
90a7d11a05
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@
|
||||||
case 'List': ?>
|
case 'List': ?>
|
||||||
<select name="fields[<?=$field['url']?>]">
|
<select name="fields[<?=$field['url']?>]">
|
||||||
<?php foreach(explode('|', substr($field['regex'],1,strrpos($field['regex'],$field['regex'][0])-1)) as $option) : ?>
|
<?php foreach(explode('|', substr($field['regex'],1,strrpos($field['regex'],$field['regex'][0])-1)) as $option) : ?>
|
||||||
<option value="<?=$option?>"><?=mb_eregi_replace('\\\\','',$option)?></option>
|
<option value="<?=mb_eregi_replace('\\\\','',$option)?>"><?=mb_eregi_replace('\\\\','',$option)?></option>
|
||||||
<?php endforeach?>
|
<?php endforeach?>
|
||||||
</select>
|
</select>
|
||||||
<?php break;
|
<?php break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue