Changeset 2572:a144553cd87b for admin
- Timestamp:
- 11/19/13 10:35:16 (12 years ago)
- Branch:
- 2.6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/services.php
r2566 r2572 399 399 while ($rs->fetch()) 400 400 { 401 if ( preg_match('/'.$q.'/i',$rs->meta_id)) {401 if (stripos($rs->meta_id,$q) === 0) { 402 402 $metaTag = new xmlTag('meta'); 403 403 $metaTag->type = $rs->meta_type;
Note: See TracChangeset
for help on using the changeset viewer.