summaryrefslogtreecommitdiffstats
path: root/system/database/DB_result.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-01-11 11:50:18 +0100
committerAndrey Andreev <narf@devilix.net>2016-01-11 11:50:18 +0100
commitbd202c91b0e9cf0a8c93bcaa71df9574f5909346 (patch)
tree9ccf3b42d203677af36c283703ac6324ca693bf5 /system/database/DB_result.php
parent09124f5961c7a6c9a54b5e87ff59e8e9315471b9 (diff)
[ci skip] Update codeigniter.com links to https
Diffstat (limited to 'system/database/DB_result.php')
-rw-r--r--system/database/DB_result.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/database/DB_result.php b/system/database/DB_result.php
index 7b313914a..745c92ca7 100644
--- a/system/database/DB_result.php
+++ b/system/database/DB_result.php
@@ -31,7 +31,7 @@
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (http://ellislab.com/)
* @copyright Copyright (c) 2014 - 2016, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
- * @link http://codeigniter.com
+ * @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
@@ -46,7 +46,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
*
* @category Database
* @author EllisLab Dev Team
- * @link http://codeigniter.com/user_guide/database/
+ * @link https://codeigniter.com/user_guide/database/
*/
class CI_DB_result {