|
cvs: pecl /apc apc.php: msg#00206php.pecl.cvs
johannes Tue Jul 26 19:27:26 2005 EDT Modified files: /pecl/apc apc.php Log: Fix showing User Cache Entries http://cvs.php.net/diff.php/pecl/apc/apc.php?r1=3.27&r2=3.28&ty=u Index: pecl/apc/apc.php diff -u pecl/apc/apc.php:3.27 pecl/apc/apc.php:3.28 --- pecl/apc/apc.php:3.27 Tue Jul 26 11:37:58 2005 +++ pecl/apc/apc.php Tue Jul 26 19:27:25 2005 @@ -21,7 +21,7 @@ */ -$VERSION='$Id: apc.php,v 3.27 2005/07/26 15:37:58 beckerr Exp $'; +$VERSION='$Id: apc.php,v 3.28 2005/07/26 23:27:25 johannes Exp $'; @@ -817,9 +817,9 @@ } if (!$AUTHENTICATED) { // hide all path entries if not logged in - $list[$k.$entry['filename']]=preg_replace('/^.*\//','<i><hidden></i>/',$entry); + $list[$k.$entry[$fieldname]]=preg_replace('/^.*\//','<i><hidden></i>/',$entry); } else { - $list[$k.$entry['filename']]=$entry; + $list[$k.$entry[$fieldname]]=$entry; } } if (isset($list) && is_array($list)) { |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: pecl /runkit php_runkit.h runkit.c runkit_filter.c: 00206, Sara Golemon |
|---|---|
| Next by Date: | cvs: pecl /pdo package.xml pdo.c: 00206, Wez Furlong |
| Previous by Thread: | cvs: pecl /apc apc.phpi: 00206, Ralf Becker |
| Next by Thread: | cvs: pecl /apc apc.php: 00206, Rasmus Lerdorf |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |