summaryrefslogtreecommitdiffstats
path: root/system/database/DB_driver.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2013-10-18 12:59:29 +0200
committerAndrey Andreev <narf@devilix.net>2013-10-18 12:59:29 +0200
commit643bf02abd9a03b3a5074cda36fba8ca50814cfb (patch)
treeaf1d16596d7a92f98187bb0d9a1006fe86680bf4 /system/database/DB_driver.php
parent3d759d73d441655bbf7b441dadd87a10d6732855 (diff)
parent3a3d5f6c2320a90436de241af41fe22df7344728 (diff)
Merge pull request #2686 from vlakoff/develop
Replace the last rand() with mt_rand()
Diffstat (limited to 'system/database/DB_driver.php')
-rw-r--r--system/database/DB_driver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php
index 53decf014..618f3660c 100644
--- a/system/database/DB_driver.php
+++ b/system/database/DB_driver.php
@@ -1135,7 +1135,7 @@ abstract class CI_DB_driver {
else
{
/* We have no other choice but to just get the first element's key.
- * Due to array_shift() accepting it's argument by reference, if
+ * Due to array_shift() accepting its argument by reference, if
* E_STRICT is on, this would trigger a warning. So we'll have to
* assign it first.
*/