diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-03-26 16:27:23 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-03-26 16:27:23 +0000 |
commit | c54cdd87feafb2cf52edd8b7a5558d59e7cd74ce (patch) | |
tree | 80ae8d7d07904df3707e990b9d58fc8d69d1fd21 /phpBB | |
parent | 8ba8caec2dcdfcb755beeeaebc83c5ad1e057758 (diff) | |
download | forums-c54cdd87feafb2cf52edd8b7a5558d59e7cd74ce.tar forums-c54cdd87feafb2cf52edd8b7a5558d59e7cd74ce.tar.gz forums-c54cdd87feafb2cf52edd8b7a5558d59e7cd74ce.tar.bz2 forums-c54cdd87feafb2cf52edd8b7a5558d59e7cd74ce.tar.xz forums-c54cdd87feafb2cf52edd8b7a5558d59e7cd74ce.zip |
re-enable cron task
git-svn-id: file:///svn/phpbb/trunk@7233 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/subSilver/template/overall_footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/overall_footer.html b/phpBB/styles/subSilver/template/overall_footer.html index cce1211b92..64aefc64eb 100644 --- a/phpBB/styles/subSilver/template/overall_footer.html +++ b/phpBB/styles/subSilver/template/overall_footer.html @@ -1,4 +1,4 @@ -<!-- {RUN_CRON_TASK} --> + {RUN_CRON_TASK} </div> <!-- |