File save caused new lines to be put in
miyumi <[email protected]> 28 Jun 2003 06:01:22 -0000
| Newsgroups | gmane.comp.web.oscommerce.devel |
|---|---|
| Message-ID | <6e8fdb0c162b717edcdb4aa2cacde0bf@osCommerce-Forums> |
This message was sent from: Development http://forums.oscommerce.com/viewtopic.php?p=188659#188659 ---------------------------------------------------------------- Hi, I'm using OScommerce-2.2ms1. I have a problem with editing and saving a text file thru their admin system. It adds extra new lines after every line. For example, I go to /catalog/admin/file_manager.php. Click on any text file, click Edit. Then i make edit and click Save. The text file after a saved will have extra new line into it. For example, the original file contains: line1 line2 line3 The new file after save will become: line1 line2 line3 Anyone knows what's wrong? Thanks, Wendy