From 161bba0a7475c63af6951cb1fc465747926f51bf Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Tue, 16 Feb 2016 11:34:44 +0100 Subject: [PATCH] Error in two comment lines in demo and new sql file. phpMyAdmin bailed out. --- sql/en_US-demo.sql | 4 ++-- sql/en_US-new.sql | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sql/en_US-demo.sql b/sql/en_US-demo.sql index f56d47c9..ceaab195 100644 --- a/sql/en_US-demo.sql +++ b/sql/en_US-demo.sql @@ -1478,7 +1478,7 @@ INSERT INTO `0_recurrent_invoices` VALUES ('1', 'Weekly Maintenance', '6', '1', -- -------------------------------------------------------- -- ---- Table structure for table `0_reflines` +-- Table structure for table `0_reflines` -- DROP TABLE IF EXISTS `0_reflines`; @@ -1496,7 +1496,7 @@ CREATE TABLE `0_reflines` ( ) ENGINE=InnoDB AUTO_INCREMENT=23; -- ---- Dumping data for table `0_reflines` +-- Dumping data for table `0_reflines` -- INSERT INTO `0_reflines` VALUES diff --git a/sql/en_US-new.sql b/sql/en_US-new.sql index aa97ac69..26802544 100644 --- a/sql/en_US-new.sql +++ b/sql/en_US-new.sql @@ -1276,7 +1276,7 @@ CREATE TABLE IF NOT EXISTS `0_recurrent_invoices` ( -- -------------------------------------------------------- -- ---- Table structure for table `0_reflines` +-- Table structure for table `0_reflines` -- DROP TABLE IF EXISTS `0_reflines`; @@ -1294,7 +1294,7 @@ CREATE TABLE `0_reflines` ( ) ENGINE=InnoDB AUTO_INCREMENT=23; -- ---- Dumping data for table `0_reflines` +-- Dumping data for table `0_reflines` -- INSERT INTO `0_reflines` VALUES -- 2.30.2