All empty double-quoted strings replaced with single-quotes
[core.git] / inc / classes / main / criteria / dataset / class_DataSetCriteria.php
index f342606e89de681a876c35553d509fa7c219e5f0..42f3d787d3337e44f2a4f1630b70a39e6bab3be1 100644 (file)
@@ -5,7 +5,7 @@
  * @see                        DatabaseFrontendInterface - An interface for database frontends (front-end to the application)
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007 - 2009 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -26,7 +26,7 @@ class DataSetCriteria extends BaseCriteria implements StoreableCriteria {
        /**
         * Table name
         */
-       private $tableName = "";
+       private $tableName = '';
 
        /**
         * Table columns (criteria) to store
@@ -36,12 +36,12 @@ class DataSetCriteria extends BaseCriteria implements StoreableCriteria {
        /**
         * Unique key
         */
-       private $uniqueKey = "";
+       private $uniqueKey = '';
 
        /**
         * Primary key
         */
-       private $primaryKey = "";
+       private $primaryKey = '';
 
        /**
         * Protected constructor