From fc458e33ec659a07bd8855015066adc81ec9258f Mon Sep 17 00:00:00 2001 From: Ozh Date: Fri, 8 Feb 2013 22:17:35 +0000 Subject: [PATCH] Added missing function from previous ezSQL lib git-svn-id: http://yourls.googlecode.com/svn/trunk@855 12232710-3e20-11de-b438-597f59cd7555 --- includes/class-mysql.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/class-mysql.php b/includes/class-mysql.php index 92e9184..081a14b 100644 --- a/includes/class-mysql.php +++ b/includes/class-mysql.php @@ -919,4 +919,7 @@ function disconnect() @mysql_close($this->dbh); } + function mysql_version() { + return mysql_get_server_info( $this->dbh ) ; + } } -- 2.45.0