From ca14fea6dbb9ed29104eb95bef0ca3840b329f93 Mon Sep 17 00:00:00 2001
From: vogelor <vogelor@ispconfig3>
Date: Wed, 09 Jun 2010 16:05:25 -0400
Subject: [PATCH] fixed some errors in pwd handling and deactivating user

---
 install/sql/ispconfig3.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/install/sql/ispconfig3.sql b/install/sql/ispconfig3.sql
index 062bea7..f09766d 100644
--- a/install/sql/ispconfig3.sql
+++ b/install/sql/ispconfig3.sql
@@ -1146,7 +1146,7 @@
   `active` enum('n','y') NOT NULL default 'y',
   `dir` varchar(255) default NULL,
   PRIMARY KEY  (`webdav_user_id`)
-) ENGINE=MyISAM
+) ENGINE=MyISAM;
 
 
 -- --------------------------------------------------------

--
Gitblit v1.9.1