Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
Class: XenResource_Search_DataHandler_Update[php] case 'resprefix': if ($constraintInfo) { return array( 'metadata' => array('resprefix', preg_split('/\D+/', strval($constraintInfo))), ); } case 'is_resource':[/php]The $constraintInfo has no reason not to be there, but since there's a conditional, a break would be safer.
Class: XenResource_Search_DataHandler_Update
[php]
case 'resprefix':
if ($constraintInfo)
{
return array(
'metadata' => array('resprefix', preg_split('/\D+/', strval($constraintInfo))),
);
}
case 'is_resource':
[/php]
The $constraintInfo has no reason not to be there, but since there's a conditional, a break would be safer.
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences