From a44efae424f6cdca4e0d11d59631bb6f8558d069 Mon Sep 17 00:00:00 2001
From: pedro_morgan <pedro_morgan@ispconfig3>
Date: Sun, 19 Aug 2007 05:28:14 -0400
Subject: [PATCH] Removed debug alert()

---
 interface/web/sites/web_domain_list.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/web/sites/web_domain_list.php b/interface/web/sites/web_domain_list.php
index edc7e7f..03a3cb2 100644
--- a/interface/web/sites/web_domain_list.php
+++ b/interface/web/sites/web_domain_list.php
@@ -50,7 +50,7 @@
 $app->uses('listform_actions');
 
 // Limit the results to alias domains
-// $app->listform_actions->SQLExtWhere = "type = 'local'";
+$app->listform_actions->SQLExtWhere = "type = 'vhost'";
 
 $app->listform_actions->onLoad();
 

--
Gitblit v1.9.1