| Versionen | |
|---|---|
| drupal6 | cache_set($cid, $data, $table = 'cache', $expire = CACHE_PERMANENT, $headers = NULL) |
| drupal7 | cache_set($cid, $data, $table = 'cache', $expire = CACHE_PERMANENT, $headers = NULL) |
includes/
<?php
function cache_set($cid, $data, $table = 'cache', $expire = CACHE_PERMANENT, $headers = NULL) {
return;
}
?>
Kommentare
Kommentar hinzufügen