Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Global variables are generally a terrible idea, especially for something as simple as this. The mimes.php now returns an array instead of just injecting a variable name into the global namespace.
|
|
Fix issue where cache backup is ignored on first call.
|
|
Fix issues #1397, #1419
|
|
Signed-off-by: Phil Sturgeon <email@philsturgeon.co.uk>
|
|
|
|
|
|
|
|
and d261b1e89c3d4d5191036d5a5660ef6764e593a0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Read more about this change here:
http://codeigniter.com/forums/viewthread/215833
|
|
Update system/libraries/Cart.php - To enable integrity when using associative arrays
|
|
Remove set_time_limit() call. Fixes #1346
|
|
Move errors to views folder
|
|
If we want E_STRICT, don't suppress it.
|
|
query like instead of where without case being sensitive
|