From f38f4ca11ebc5398696bbef213ab190d979ce78c Mon Sep 17 00:00:00 2001 From: Yusuf Davids Date: Wed, 14 Nov 2007 14:38:35 +0000 Subject: [PATCH] KTS-2488 "Improve database incompatibility error message" Fixed/In Progress/Updated. Description of work done... --- control.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/control.php b/control.php index c2defb6..a51014b 100644 --- a/control.php +++ b/control.php @@ -1,6 +1,6 @@ getMessage()); + session_start(); + $_SESSION['errormessage']['login'] = $ret->getMessage(); } redirect($url); exit(0); -- libgit2 0.21.4