diff options
Diffstat (limited to 'system/database/DB.php')
-rw-r--r-- | system/database/DB.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/database/DB.php b/system/database/DB.php index b059e76a7..abd782c34 100644 --- a/system/database/DB.php +++ b/system/database/DB.php @@ -7,8 +7,8 @@ * @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2006, EllisLab, Inc.
- * @license http://www.codeigniter.com/user_guide/license.html
- * @link http://www.codeigniter.com
+ * @license http://codeigniter.com/user_guide/license.html
+ * @link http://codeigniter.com
* @since Version 1.0
* @filesource
*/
@@ -20,7 +20,7 @@ *
* @category Database
* @author ExpressionEngine Dev Team
- * @link http://www.codeigniter.com/user_guide/database/
+ * @link http://codeigniter.com/user_guide/database/
*/
function &DB($params = '', $active_record = FALSE)
{
|