projets
/
auf_bulletin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07df0f4
)
quelques un se sont échappés
author
Moussa NOMBRÉ
<mnombre@u-nm.b.ca.auf>
Thu, 28 Jun 2012 14:52:19 +0000
(10:52 -0400)
committer
Moussa NOMBRÉ
<mnombre@u-nm.b.ca.auf>
Thu, 28 Jun 2012 14:52:19 +0000
(10:52 -0400)
lodel-0.9/scripts/Cache/Lite.php
patch
|
blob
|
blame
|
history
diff --git
a/lodel-0.9/scripts/Cache/Lite.php
b/lodel-0.9/scripts/Cache/Lite.php
index
2199750
..
786e195
100644
(file)
--- a/
lodel-0.9/scripts/Cache/Lite.php
+++ b/
lodel-0.9/scripts/Cache/Lite.php
@@
-725,7
+725,7
@@
class Cache_Lite
} else {
$data = '';
}
- set_magic_quotes_runtime($mqr);
+ ini_set ("magic_quotes_runtime", $mqr);
if ($this->_fileLocking) @flock($fp, LOCK_UN);
@fclose($fp);
if ($this->_readControl) {
@@
-772,7
+772,7
@@
class Cache_Lite
$mqr = get_magic_quotes_runtime();
ini_set ("magic_quotes_runtime", 0);
@fwrite($fp, $data);
- set_magic_quotes_runtime($mqr);
+ ini_set ("magic_quotes_runtime", $mqr);
if ($this->_fileLocking) @flock($fp, LOCK_UN);
@fclose($fp);
return true;