From b31c514ee2f1d25b4e5ff39bdef1765dbf14e106 Mon Sep 17 00:00:00 2001
From: jwarnier <jwarnier@ispconfig3>
Date: Thu, 19 Aug 2010 18:09:42 -0400
Subject: [PATCH] Fix typos.

---
 interface/web/dashboard/dashlets/limits.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/interface/web/dashboard/dashlets/limits.php b/interface/web/dashboard/dashlets/limits.php
index 0f01ca2..e214e69 100644
--- a/interface/web/dashboard/dashlets/limits.php
+++ b/interface/web/dashboard/dashlets/limits.php
@@ -81,6 +81,10 @@
 						  'db_table' => 'dns_soa',
 						  'db_where' => "");
 
+		$limits[] = array('field' => 'limit_dns_slave_zone',
+						  'db_table' => 'dns_slave',
+						  'db_where' => "");
+
 		$limits[] = array('field' => 'limit_dns_record',
 						  'db_table' => 'dns_rr',
 						  'db_where' => "");
@@ -166,4 +170,4 @@
 
 
 
-?>
\ No newline at end of file
+?>

--
Gitblit v1.9.1