History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: OSC-116
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Harald Ponce de Leon
Reporter: Giovanni Putignano
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
osCommerce Core

Product attributes error

Created: 08/Mar/07 03:32 PM   Updated: 08/Mar/07 06:25 PM
Component/s: Core Framework
Affects Version/s: 3.0 Alpha 4
Fix Version/s: 3.0 Alpha 4


 Description  « Hide
parse error, unexpected '=', expecting ',' or ';' in admin\templates\pages\product_attributes\entries.php on line 22.

 All   Comments   Change History      Sort Order:
Giovanni Putignano [08/Mar/07 04:07 PM]
Line 22 should be:
<p align="right"><?php echo '<input type="button" value="' . IMAGE_BACK . '" onclick="document.location.href=\'' . osc_href_link_admin(FILENAME_DEFAULT, $osC_Template->getModule() . '&page=' . $_GET['page']) . '\';" class="infoBoxButton" />&nbsp;<input type="button" value="' . IMAGE_INSERT . '" onclick="document.location.href=\'' . osc_href_link_admin(osc_href_link(FILENAME_DEFAULT, $osC_Template->getModule() . '=' . $_GET[$osC_Template->getModule()] . '&page=' . $_GET['page'] . '&action=saveEntry') . '\';" class="infoBoxButton" />'); ?></p>

Harald Ponce de Leon [08/Mar/07 06:25 PM]
Fixed in r1428. Thanks for the report.