boxes.php patch
mandreiana <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.devel |
|---|---|
| Message-ID | <50e50ff022ae8f5b160ffad07c4d4fc6@osCommerce-Forums> |
This message was sent from: Development http://forums.oscommerce.com/viewtopic.php?p=159795#159795 ---------------------------------------------------------------- Mark, sent the patch to you by email, subject 'boxes.php patch' The constructor's return values is still used by other classes ( called as a regular method, not as a constructor ), so the return is still there. Also added $direct_output parameter to the other classes, which didn't have it. Functionality of oscommerce is not affected, but now I can get boxes as a html and use them in other parts of the site. Thanks