diff options
author | jim-p <jim@pingle.org> | 2010-05-04 22:41:17 -0400 |
---|---|---|
committer | jim-p <jim@pingle.org> | 2010-05-04 22:41:17 -0400 |
commit | d0ef07d925e9c57275fd95e4cd322c19746084c9 (patch) | |
tree | 87896d16f8f60e59acd7faaff776202d82208bc1 /config/dnsmasq-edns/dnsmasq-edns.inc | |
parent | 62c6b9de70ba470941a7b1bd7922b61f005a91e5 (diff) | |
download | pfsense-packages-d0ef07d925e9c57275fd95e4cd322c19746084c9.tar.gz pfsense-packages-d0ef07d925e9c57275fd95e4cd322c19746084c9.tar.bz2 pfsense-packages-d0ef07d925e9c57275fd95e4cd322c19746084c9.zip |
Use _ not -
Diffstat (limited to 'config/dnsmasq-edns/dnsmasq-edns.inc')
-rw-r--r-- | config/dnsmasq-edns/dnsmasq-edns.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dnsmasq-edns/dnsmasq-edns.inc b/config/dnsmasq-edns/dnsmasq-edns.inc index dd84271f..d5ed930a 100644 --- a/config/dnsmasq-edns/dnsmasq-edns.inc +++ b/config/dnsmasq-edns/dnsmasq-edns.inc @@ -1,6 +1,6 @@ <?php -function dnsmasq-edns_install() { +function dnsmasq_edns_install() { global $g, $config; // Test to make sure the patch is not already applied. |