From 248138bc54175fbe7dddb1fa5d770bc675622e9d Mon Sep 17 00:00:00 2001 From: wainstead Date: Wed, 31 Jan 2001 02:01:27 +0000 Subject: [PATCH] Fixed some white space. No code changes. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@377 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/dbalib.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/lib/dbalib.php b/lib/dbalib.php index 24f26fb81..fba2a1b8e 100644 --- a/lib/dbalib.php +++ b/lib/dbalib.php @@ -1,6 +1,6 @@ MAX_DBM_ATTEMPTS) { - ExitWiki("Cannot open database '$key' : '$file', giving -up."); + ExitWiki("Cannot open database '$key' : '$file', giving up."); } sleep(1); } @@ -255,6 +254,4 @@ up."); return $namelist; } -?> - - +?> \ No newline at end of file -- 2.45.0