equal
deleted
inserted
replaced
242 eval($cmd); |
242 eval($cmd); |
243 } |
243 } |
244 |
244 |
245 profiler_log('Ran disabled-site checks and common_post'); |
245 profiler_log('Ran disabled-site checks and common_post'); |
246 |
246 |
|
247 load_rank_data(); |
|
248 |
|
249 profiler_log('Loaded user rank data'); |
|
250 |
247 if ( isset($_GET['noheaders']) ) |
251 if ( isset($_GET['noheaders']) ) |
248 $template->no_headers = true; |
252 $template->no_headers = true; |
249 } |
253 } |
250 |
254 |
251 profiler_log('common finished'); |
255 profiler_log('common finished'); |