aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-15 07:01:19 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-15 07:01:19 +0000
commit8319c90f4a57932d47eeeb725de07b290a74fa6a (patch)
tree9f31aa3f0cf6133a81946ee7f62a35e38caaccda /UPGRADE.txt
parentf0d3db93373c117fd6f7cbfc6386c1a79f00dade (diff)
Small typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10179 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index f0f43d402..6172a615a 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -47,7 +47,7 @@ Functions:
modules.conf file then you will need to explicitly load the modules that
contain the functions you want to use.
-* The ENUMLOOP() function no longer supplies a default zone for searching; instead,
+* The ENUMLOOKUP() function no longer supplies a default zone for searching; instead,
it uses the default zone(s) defined in enum.conf. In addition, when the 'c'
option (for counting the number of records is specified), but the lookup fails
to match any records, the returned value will now be "0" instead of blank.