1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 03:34:04 +02:00

- get swatch converted into new acp format

- add page title to ucp pages
- add ability to supress getting the who is online list in page_header() (saves us ideally 1-2 queries on ucp/mcp pages)
- fixing pm rules a bit as well as now having complete author memberships for author_in_group (sender -> is in usergroup -> xxx)


git-svn-id: file:///svn/phpbb/trunk@6054 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-06-12 22:16:27 +00:00
parent 4a0ddb9dfb
commit 298d3c0c50
22 changed files with 259 additions and 132 deletions

View File

@@ -207,6 +207,15 @@ switch ($cron_type)
break;
}
// Unload cache, must be done before the DB connection is closed
if (!empty($cache))
{
$cache->unload();
}
// Close our DB connection.
$db->sql_close();
// Output transparent gif
header('Cache-Control: no-cache');
header('Content-type: image/gif');