Re: DEV: Version Control MODULE for Contributions 0.1
will <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.devel |
|---|---|
| Message-ID | <f2156e8fa1be592ddea4e411f77418f7@osCommerce-Forums> |
This message was sent from: Development
http://forums.oscommerce.com/viewtopic.php?p=157129#157129
----------------------------------------------------------------
[quote="Druide"]
[code]INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('', 'Pageloading', 'CONTRIBUTION_PAGELOADING', '1.0', '[b]http://www.oscommerce.com/community/contributions,1117[/b]', 1000, NULL, '2003-03-31 11:37:22', '2003-03-31 11:37:22', NULL, NULL);
[/code]
[/quote]
Nice idea!! one small issue: when you upload a contribution, you are not sure of it's URL in the contributions database ... therefore making it impossible to include the field that i have bolded in the above quote.
It's kinda a chicken or the egg thing ...