autoload 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| autoload-6.x-1.3.tar.gz | 8.63 KB | fa7ae76f546747086f4a4aa1eda640c4 |
Official release from CVS tag: DRUPAL-6--1-3
Last updated: March 17, 2009 - 22:05
This version is another critical bug fix. In 1.2, if the lookup table is empty then we will re-request the lookup table from the cache on every page request. That could result in several dozen identical cache_get() calls that just burns cycles. This version fixes that. It also switches from require_once() to require(), which should be very slightly faster.
There are no API changes.
