Diff of /mambo/branches/4.6/includes/Cache/Lite/Function.php
Parent Directory
|
Revision Log
|
Patch
| revision 3, Tue Dec 13 03:49:45 2005 UTC | revision 1767, Mon Nov 9 11:09:24 2009 UTC | |
|---|---|---|
| # | Line 72 | Line 72 |
| 72 | function call() | function call() |
| 73 | { | { |
| 74 | $arguments = func_get_args(); | $arguments = func_get_args(); |
| 75 | $numargs = func_num_args(); | |
| 76 | ||
| 77 | for($i=1; $i < $numargs; $i++){ | |
| 78 | $arguments[$i] = &$arguments[$i]; | |
| 79 | } | |
| 80 | $id = serialize($arguments); // Generate a cache id | $id = serialize($arguments); // Generate a cache id |
| 81 | if (!$this->_fileNameProtection) { | if (!$this->_fileNameProtection) { |
| 82 | $id = md5($id); | $id = md5($id); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

