session_write_close(); cause problems...
Raxum <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.features |
|---|---|
| Message-ID | <5194e53b0811ff6913c43562d9c53c06@osCommerce-Forums> |
This message was sent from: Features http://forums.oscommerce.com/viewtopic.php?p=205847#205847 ---------------------------------------------------------------- Hi. I'm modifying a OSC ms2 release, but running into some problems. I've found the source to the problem, and it's all about the function session_write_close(); which is being called through the functions/sessions.php. It's being called on every generated paged through application_bottom.php... On every page generated there be added at a random line a: [quote]</[/quote] which, to be honest... fucks up the layout of each page. How can I change, and fix this :)?