added new user search

This commit is contained in:
JT Smith 2004-07-05 15:37:27 +00:00
parent 2b63ab6878
commit 3375889a61
4 changed files with 57 additions and 12 deletions

View file

@ -7118,6 +7118,24 @@ Following a guide like the above will help you get good ranking on search engine
lastUpdated => 1056151382
},
'starts with' => {
message => q|Starts With|,
lastUpdated => 1089039511,
context => 'A phrase or word begins with this.'
},
'contains' => {
message => q|Contains|,
lastUpdated => 1089039511,
context => 'A phrase or word contains this.'
},
'ends with' => {
message => q|Ends With|,
lastUpdated => 1089039511,
context => q|A phrase or word ends with this.|
}
};
1;