Changeset 706 for branches/1.3
- Timestamp:
- 2011-03-19T15:37:18+01:00 (2 years ago)
- Location:
- branches/1.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/ChangeLog
r701 r706 3 3 * fix win32 build against win32 native gnu tools 4 4 * compatibility fix: fix segv on shutdown when ionCube Loader is loaded 5 * fixed undefined index for xcache.count=1 and xcache.var_size>1 5 6 6 7 1.3.1 2010-11-27 -
branches/1.3/admin/xcache.php
r625 r706 288 288 $data['cacheid'] = $i; 289 289 $cacheinfos[] = $data; 290 if ($ pcnt >= 2) {290 if ($vcnt >= 2) { 291 291 calc_total($total, $data); 292 292 }
Note: See TracChangeset
for help on using the changeset viewer.

