/*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `qs_GalleryCategory` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `image` varchar(255) DEFAULT NULL, `description` text NOT NULL, `show` enum('y','n') NOT NULL DEFAULT 'y', `sorter` int(11) NOT NULL, `added` datetime NOT NULL, `changed` datetime NOT NULL, PRIMARY KEY (`id`), KEY `show` (`show`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; INSERT INTO `qs_GalleryCategory` (`id`, `title`, `image`, `description`, `show`, `sorter`, `added`, `changed`) VALUES (8,'King Rooms','KingRoom(487).jpg','

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

','y',1,'2011-10-14 14:00:30','2012-03-16 15:09:08'),(9,'Queen Rooms','DoubleQueen(477).jpg','

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).

','y',0,'2011-10-14 14:01:59','2012-03-16 15:09:08'),(10,'Jacuzzi Suite','JacuzziSuite(490).jpg','

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas feugiat consequat diam. Maecenas metus.

','y',2,'2011-10-18 14:34:45','2012-03-16 15:09:10'),(11,'Family Rooms','FamilySuite_1(476).jpg','

\r\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur gravida ligula interdum lectus laoreet vehicula. Vivamus nec nunc vel sapien placerat lacinia.

\r\n','y',-1,'2011-10-18 14:35:29','2012-04-03 15:44:02'),(12,'Test Album','185x140(496).png','','y',3,'2011-11-09 12:18:28','2012-03-16 15:09:11');