Mercurial > SimpleWebPresenter
comparison flag.php @ 77:9d766788f0bc
Fix remaining documentation errors.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Fri, 12 Oct 2012 01:59:21 +0200 |
| parents | fae4322d6c29 |
| children | 9b490aa11124 |
comparison
equal
deleted
inserted
replaced
| 76:fae4322d6c29 | 77:9d766788f0bc |
|---|---|
| 5 */ | 5 */ |
| 6 define(DEBUG,0); | 6 define(DEBUG,0); |
| 7 | 7 |
| 8 include_once 'CacheTimeCheck.inc'; | 8 include_once 'CacheTimeCheck.inc'; |
| 9 | 9 |
| 10 /// @cond | |
| 10 $scriptCache = ScriptIncludeCache::instance(__FILE__); | 11 $scriptCache = ScriptIncludeCache::instance(__FILE__); |
| 11 $scriptCache->includeOnce('Flag.inc'); | 12 $scriptCache->includeOnce('Flag.inc'); |
| 12 | 13 |
| 13 $flag = new Flag($scriptCache); | 14 $flag = new Flag($scriptCache); |
| 14 print $flag->getPage(); | 15 print $flag->getPage(); |
| 16 /// @endcond |
