#2363 - Change $zone parameter in build_url to default to '_SEARCH' This is a spacer post for a website comment topic. The content this topic relates to: #2363 - Change $zone parameter in build_url to default to '_SEARCH' By Guest posted 15th Jul 2016, 7:42 AM Do not fill this field in. Regexp to help: build_url\(array\('page' => '([^']*)'([^\(\)]*)\), get_module_zone\('\1'\) --> build_url(array('page' => '$1'$2), '_SEARCH' By Guest posted 15th Jul 2016, 5:35 PM I've cleaned the API and some calls, but not all the module calls. This is because _SEARCH would find Comcode pages with the same names as modules, and we don't want to introduce such common conflict. 0 guests and 0 members have recently viewed this. Sort: Relevance Newest first Oldest first Rating Popularity
build_url\(array\('page' => '([^']*)'([^\(\)]*)\), get_module_zone\('\1'\)
-->
build_url(array('page' => '$1'$2), '_SEARCH'