From f451fa39bbb39be556e40b4eafbed19af2653d2b Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 17 Jan 2004 20:07:50 +0000 Subject: [PATCH] adjust comment --- libraries/defines.lib.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/defines.lib.php b/libraries/defines.lib.php index c6887241f..6c128bb4f 100644 --- a/libraries/defines.lib.php +++ b/libraries/defines.lib.php @@ -8,8 +8,6 @@ * PMA_VERSION (string) - phpMyAdmin version string * PMA_PHP_INT_VERSION (int) - eg: 30017 instead of 3.0.17 or * 40006 instead of 4.0.6RC3 - * PMA_MYSQL_CLIENT_API (int) - the version number of the MySQL client - * API which php is built against. * PMA_IS_WINDOWS (bool) - mark if phpMyAdmin running on windows * server * PMA_IS_GD2 (bool) - true if GD2 is present