This is a discussion on Contribution Tracker within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Small typo corrected that prevented version number being entered into database when inserting a contrib name. line 84 in admin/contrib_tracker.php ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| Small typo corrected that prevented version number being entered into database when inserting a contrib name. line 84 in admin/contrib_tracker.php From: tep_db_query("insert into " . TABLE_CONTRIB_TRACKER . " (contr_id, contrib_name, contrib_link, config_comments, note_created, status, last_update, contrib_vers) values ('','" . $HTTP_POST_VARS['contrib_name_new'] . "','" . $HTTP_POST_VARS['contrib_link_new'] . "','" . $HTTP_POST_VARS['config_comments'] . "', '" . $atstamp . "', '1', '" . $utstamp . "', '" . $HTTP_POST_VARS['config_vers'] . "' )"); To: tep_db_query("insert into " . TABLE_CONTRIB_TRACKER . " (contr_id, contrib_name, contrib_link, config_comments, note_created, status, last_update, contrib_vers) values ('','" . $HTTP_POST_VARS['contrib_name_new'] . "','" . $HTTP_POST_VARS['contrib_link_new'] . "','" . $HTTP_POST_VARS['config_comments'] . "', '" . $atstamp . "', '1', '" . $utstamp . "', '" . $HTTP_POST_VARS['contrib_vers'] . "' )"); More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Contribution Tracker | michael_s | New osCommerce Contributions | 0 | 02-27-2007 04:52 PM |
| Contribution Tracker | michael_s | New osCommerce Contributions | 0 | 02-27-2007 03:00 PM |
| Contribution Tracker | michael_s | New osCommerce Contributions | 0 | 01-22-2007 07:50 AM |
| Contribution Tracker | michael_s | New osCommerce Contributions | 0 | 01-21-2007 04:21 AM |
| Contribution Tracker | michael_s | New osCommerce Contributions | 0 | 01-20-2007 05:00 PM |