summaryrefslogtreecommitdiff
path: root/includes/cache-install.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-07-28 12:13:47 +0000
committerDries Buytaert <dries@buytaert.net>2009-07-28 12:13:47 +0000
commitaab51b93194701c45e32e63be31a979c9d9754aa (patch)
treec10b982d45fdfbc8ec711fbf256d2206c6a5f853 /includes/cache-install.inc
parent1115fba0649997f77a70eb4d03b1e4ab1df2d56e (diff)
downloadbrdo-aab51b93194701c45e32e63be31a979c9d9754aa.tar.gz
brdo-aab51b93194701c45e32e63be31a979c9d9754aa.tar.bz2
- Patch #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor install.php to allow Drupal to be installed from the command line.
Diffstat (limited to 'includes/cache-install.inc')
-rw-r--r--includes/cache-install.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/cache-install.inc b/includes/cache-install.inc
index cd7c4818f..f342019f7 100644
--- a/includes/cache-install.inc
+++ b/includes/cache-install.inc
@@ -15,6 +15,10 @@ function cache_get($key, $table = 'cache') {
return FALSE;
}
+function cache_get_multiple(array &$cids, $bin = 'cache') {
+ return array();
+}
+
function cache_set($cid, $data, $table = 'cache', $expire = CACHE_PERMANENT, $headers = NULL) {
return;
}