From a5bc8bc1a2e9fc1e6e2b14ce3724dad56e8a42f0 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Mon, 24 Jul 2006 21:58:07 +0200 Subject: fixed syntax error in install.php darcs-hash:20060724195807-7ad00-3e07556811afa544b35b3e0c11661bef947ed762.gz --- install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install.php') diff --git a/install.php b/install.php index 6f9e5823a..d13f96710 100644 --- a/install.php +++ b/install.php @@ -155,7 +155,7 @@ if (isset($_REQUEST['submit'])) { $data = cleanText('data', '', ''); $changeslog = isset($_REQUEST['changeslog']); $acl = isset($_REQUEST['acl']); - $superuser = cleanText('superuser','','/\S+/', ); + $superuser = cleanText('superuser','','/\S+/'); $password = cleanText('password','','/\S+/'); $confirm = cleanText('confirm','','/^'.preg_quote($password,'/').'$/'); $fullname = cleanText('fullname','',''); @@ -407,4 +407,4 @@ fieldset.dependent { powered by php - \ No newline at end of file + -- cgit v1.2.3