function private.NameSearch(nametype,itemName)
-- etc --
-- Lowercase the input
name = name:lower()
itemName = itemName:lower()
function private.NameSearch(nametype,itemName)
-- etc --
-- HACK: If there's no itemName, then this doesn't match.
if not itemName then
private.debug = nametype.." skipped because itemName is nil"
return false
end
-- Lowercase the input
name = name:lower()
itemName = itemName:lower()
## Title: Auc-Auctioneer |cff774422(core)
## Notes: Auctioneer assists players to track item values; whether buying or selling. You must enable at least one statistics extension (like Auc:Stats:Simple) to begin. Combines with other modules to form the powerful, fully configurable Auctioneer Suite.
##
## Interface: 30300
## LoadOnDemand: 0
## Dependencies: Stubby
## OptionalDependencies: !nLog, SlideBar, Configator, Babylonian, DebugLib, TipHelper, LibExtraTip
## SavedVariables: AucAdvancedConfig, AucAdvancedData
## SavedVariablesPerCharacter: AucAdvancedLocal
##
## Version: 5.8.4723 (CreepyKangaroo)
## Revision: $Id: Auc-Advanced.toc 4566 2009-12-08 14:43:28Z Nechckn $
## URL: <a href="http://auctioneeraddon.com/" target="_blank" rel="nofollow">http://auctioneeraddon.com/</a>
## Author: Norganna's AddOns
## X-Part-Of: Auctioneer
##
It looks like you're new here. If you want to get involved, click one of these buttons!