]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/baculum/framework/Data/Common/TDbMetaData.php
baculum: New Baculum API and Baculum Web
[bacula/bacula] / gui / baculum / framework / Data / Common / TDbMetaData.php
index 5b4568cb914a9d50515b1bf95ea752656b40884c..d44cd0bac7f58a2639e1d7f99915aba67912df2a 100644 (file)
@@ -3,9 +3,9 @@
  * TDbMetaData class file.
  *
  * @author Wei Zhuo <weizhuo[at]gmail[dot]com>
- * @link http://www.pradosoft.com/
- * @copyright Copyright &copy; 2005-2014 PradoSoft
- * @license http://www.pradosoft.com/license/
+ * @link https://github.com/pradosoft/prado
+ * @copyright Copyright &copy; 2005-2016 The PRADO Group
+ * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT
  * @package System.Data.Common
  */
 
@@ -178,7 +178,7 @@ abstract class TDbMetaData extends TComponent
 
                return $lft . str_replace(self::$delimiterIdentifier, '', $name) . $rgt;
        }
-        
+
         /**
         * Returns all table names in the database.
         * This method should be overridden by child classes in order to support this feature