From fc745f2dac4408800d073c64e0e3c5060846a211 Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Tue, 24 May 2011 14:52:32 +0100 Subject: [PATCH] Fix the "Return type" of Stored Functions not showing up in the Routines list. --- libraries/db_routines.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/db_routines.inc.php b/libraries/db_routines.inc.php index e538a1eebf..0c08c39e2c 100644 --- a/libraries/db_routines.inc.php +++ b/libraries/db_routines.inc.php @@ -103,6 +103,7 @@ if (! $routines) { %s %s %s + %s ', ($ct%2 == 0) ? 'even' : 'odd', $sqlDropProc,