From 413da01559790e19a682e89fb6ce3cb525341302 Mon Sep 17 00:00:00 2001 From: Martin Gummi Date: Wed, 26 Jun 2013 21:44:05 +0200 Subject: bug-1182: PHP Deprecated: Function mysql_list_tables() --- www/sqldump.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/sqldump.php b/www/sqldump.php index 9476f6f..c537f85 100644 --- a/www/sqldump.php +++ b/www/sqldump.php @@ -18,21 +18,21 @@ header("content-type: text/plain"); ?> # CAcert SQL Dump -# version 0.0.2 +# version 0.0.3 # # Generation Time: # # Database: `cacert` # -- cgit v1.2.1 From 2d47d038edcc10b2c119f0f2e135fa9c16c634e4 Mon Sep 17 00:00:00 2001 From: Martin Gummi Date: Wed, 26 Jun 2013 22:16:37 +0200 Subject: bug-1182: tab to whitespace --- www/sqldump.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/www/sqldump.php b/www/sqldump.php index c537f85..f30b4d0 100644 --- a/www/sqldump.php +++ b/www/sqldump.php @@ -15,7 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ - header("content-type: text/plain"); + header("content-type: text/plain"); ?> # CAcert SQL Dump # version 0.0.3 @@ -25,14 +25,14 @@ # Database: `cacert` # -- cgit v1.2.1