comparison common-functions.inc @ 60:63ea1cfd387d

Branch merge
author Tom Fredrik "BFG" Klaussen <bfg@blenning.no>
date Thu, 11 Oct 2012 17:05:25 +0200
parents ba5afd9ff24e
children 13d899b748b7
comparison
equal deleted inserted replaced
57:fd3dd497eba6 60:63ea1cfd387d
6 include_once 'CacheTimeCheck.inc'; 6 include_once 'CacheTimeCheck.inc';
7 7
8 $baseDir = dirname(__FILE__); 8 $baseDir = dirname(__FILE__);
9 9
10 $cache = CacheTimeCheck::instance(__FILE__); 10 $cache = CacheTimeCheck::instance(__FILE__);
11 $cache->includeOnce('http-response-status-codes.inc', $baseDir); 11 $cache->includeOnce('StatusCodes.inc', $baseDir);
12 12
13 function repMapString($map) 13 function repMapString($map)
14 { 14 {
15 $opt = 'array('; 15 $opt = 'array(';
16 $start = True; 16 $start = True;