diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-01-21 19:39:20 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-01-21 19:39:20 +0100 |
commit | 7a9193afa6d890a91eb3528fa0e62df799b07ed6 (patch) | |
tree | 404f1b435a1774901570a71dd228ad0a4d76495d /system/database/drivers/mysql | |
parent | df264429b7171da21524be93d38e334fadec801b (diff) |
replaced www.codeigniter.com with codeigniter.com
Diffstat (limited to 'system/database/drivers/mysql')
-rw-r--r-- | system/database/drivers/mysql/mysql_driver.php | 6 | ||||
-rw-r--r-- | system/database/drivers/mysql/mysql_forge.php | 6 | ||||
-rw-r--r-- | system/database/drivers/mysql/mysql_result.php | 6 | ||||
-rw-r--r-- | system/database/drivers/mysql/mysql_utility.php | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/system/database/drivers/mysql/mysql_driver.php b/system/database/drivers/mysql/mysql_driver.php index e876deb49..6e53537b4 100644 --- a/system/database/drivers/mysql/mysql_driver.php +++ b/system/database/drivers/mysql/mysql_driver.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
*/
@@ -26,7 +26,7 @@ * @subpackage Drivers
* @category Database
* @author ExpressionEngine Dev Team
- * @link http://www.codeigniter.com/user_guide/database/
+ * @link http://codeigniter.com/user_guide/database/
*/
class CI_DB_mysql_driver extends CI_DB {
diff --git a/system/database/drivers/mysql/mysql_forge.php b/system/database/drivers/mysql/mysql_forge.php index 71327f578..6e3a2d170 100644 --- a/system/database/drivers/mysql/mysql_forge.php +++ b/system/database/drivers/mysql/mysql_forge.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/
*/
class CI_DB_mysql_forge extends CI_DB_forge {
diff --git a/system/database/drivers/mysql/mysql_result.php b/system/database/drivers/mysql/mysql_result.php index bfbac29df..9e6a3c3d1 100644 --- a/system/database/drivers/mysql/mysql_result.php +++ b/system/database/drivers/mysql/mysql_result.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
*/
@@ -22,7 +22,7 @@ *
* @category Database
* @author ExpressionEngine Dev Team
- * @link http://www.codeigniter.com/user_guide/database/
+ * @link http://codeigniter.com/user_guide/database/
*/
class CI_DB_mysql_result extends CI_DB_result {
diff --git a/system/database/drivers/mysql/mysql_utility.php b/system/database/drivers/mysql/mysql_utility.php index 38feaaff1..dc8fd0866 100644 --- a/system/database/drivers/mysql/mysql_utility.php +++ b/system/database/drivers/mysql/mysql_utility.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/
*/
class CI_DB_mysql_utility extends CI_DB_utility {
|