mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
- fixed a few bugs
- added user_add() function - check posted images ([img]) for same domain/scipt and php files - auth_api.html updated to the coding guidelines look&feel - introduced ability to force non page-updates (cron is using it) - correctly resend coppa email git-svn-id: file:///svn/phpbb/trunk@6048 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -90,7 +90,7 @@ if ($id && $sid)
|
||||
}
|
||||
|
||||
/**
|
||||
* What happens if the theme_data value is older than the file?
|
||||
* @todo What happens if the theme_data value is older than the file?
|
||||
* It should be re-cached as is done with templates and the template cache
|
||||
* if ($theme['theme_mtime'] < filemtime("{$phpbb_root_path}styles/" . $theme['theme_path'] . '/theme/stylesheet.css'))
|
||||
*/
|
||||
|
Reference in New Issue
Block a user