From aab51b93194701c45e32e63be31a979c9d9754aa Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 28 Jul 2009 12:13:47 +0000 Subject: - Patch #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor install.php to allow Drupal to be installed from the command line. --- includes/cache-install.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'includes/cache-install.inc') 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; } -- cgit v1.2.3