Go to file
Dries Buytaert 742410aafd - Bugfix: prefix not prepended to sequences. Fixes bug #3639.
Make sure to write:

    db_next_id({table}_field);

  instead of:

    db_next_id(table_field);
2003-10-22 13:03:32 +00:00
database Patch by Moshe: 2003-10-17 16:10:48 +00:00
includes - Bugfix: prefix not prepended to sequences. Fixes bug #3639. 2003-10-22 13:03:32 +00:00
misc - Bugfix: changed id="menu" to class="menu" to avoid id="menu" being emitted 2003-10-21 19:32:31 +00:00
modules - Bugfix: prefix not prepended to sequences. Fixes bug #3639. 2003-10-22 13:03:32 +00:00
scripts - Updated to ignore favicons. 2003-06-12 19:20:47 +00:00
themes - Bugfix: made theme UnConeD call theme_footer(). Patch by Gordon. 2003-10-20 17:13:07 +00:00
.htaccess - Added a comment about 'RewriteBase' 2003-09-18 20:32:23 +00:00
CHANGELOG - Updated the changelog per Adrians request. 2003-09-26 14:07:42 +00:00
INSTALL - Updated the installation guidelines as per Charlie's suggestion (#2274). 2003-09-24 08:29:45 +00:00
LICENSE - various updates, bugfixes and improvements 2001-02-04 22:09:38 +00:00
MAINTAINERS - Added PostgreSQL support to the update script. Patch by Adrian. 2003-09-30 08:55:03 +00:00
cron.php - Tidied up the usage of module_invoke() and module_invoke_all(). Patch by 2003-09-14 18:33:16 +00:00
error.php Patch by Kjartan: 2003-06-02 20:04:40 +00:00
favicon.ico (grmbl, figures stupid MS icon editing thingy would mess up the colors... fixed now) 2003-06-11 20:50:05 +00:00
index.php - Url aliasing improvements. Patch by Matt. See mailing list for more 2003-09-30 17:01:34 +00:00
update.php - Some clarifications to the upgrade script's guidelines/documentation based 2003-10-21 07:59:04 +00:00
xmlrpc.php - Tidied up the usage of module_invoke() and module_invoke_all(). Patch by 2003-09-14 18:33:16 +00:00