]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/baculum/framework/Data/Common/Mssql/TMssqlMetaData.php
baculum: New Baculum API and Baculum Web
[bacula/bacula] / gui / baculum / framework / Data / Common / Mssql / TMssqlMetaData.php
index 2157142801d83f9e7b8d93ef8253d99b4a178a06..725d0a5eebc4003aa2f0779b2b21683d68f2c457 100644 (file)
@@ -3,9 +3,9 @@
  * TMssqlMetaData 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.Mssql
  */
 
@@ -23,7 +23,7 @@ Prado::using('System.Data.Common.Mssql.TMssqlTableInfo');
  * @since 3.1
  */
 class TMssqlMetaData extends TDbMetaData
-{    
+{
        /**
         * @return string TDbTableInfo class name.
         */
@@ -258,7 +258,7 @@ EOD;
                }
                return false;
        }
-        
+
         /**
         * Returns all table names in the database.
         * @param string $schema the schema of the tables. Defaults to empty string, meaning the current or default schema.