Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1245 → Rev 1246

/trunk/includes/classes/OIDplus.class.php
2396,6 → 2396,8
* @return string
*/
public static function prefilterQuery(string $static_node_id, bool $throw_exception): string {
$static_node_id = trim($static_node_id);
 
// Let namespace be case-insensitive
$ary = explode(':', $static_node_id, 2);
$ary[0] = strtolower($ary[0]);