Changeset 1516 for trunk/gregarius/cls
- Timestamp:
- 07/05/06 22:41:43 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/cls/update.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/cls/update.php
r1489 r1516 105 105 } 106 106 } 107 108 setProperty('__meta__','meta.lastupdate','misc',time()); 109 107 110 if (count($newIds) > 0) { 108 111 rss_invalidate_cache(); … … 167 170 rss_set_hook('rss.plugins.bodystart', "pushHeaderCallBack"); 168 171 rss_set_hook('rss.plugins.bodyend', "pushFooterCallBack"); 172 173 ob_implicit_flush(); 169 174 } 170 175 … … 396 401 echo "\n".PUSH_BOUNDARY."\n"; 397 402 echo "Content-Type: text/html\n\n"; 403 flush(); 398 404 } 399 405 … … 412 418 echo "\n".PUSH_BOUNDARY."\n"; 413 419 echo "WARNING: YOUR BROWSER DOESN'T SUPPORT THIS SERVER-PUSH TECHNOLOGY.\n"; 420 421 flush(); 414 422 } 415 423
