drupal/includes
Dries Buytaert 72ae2d3995 - Bugfix: renamed the 'statistics' table to 'node_counter' as 'statistics' is
a reserved SQL keyword.  Required for both PostgreSQL and MSSQL.  Patch by
  Adrian.

- Bugfix: renamed the 'path' table to 'url_alias' as 'path' is a reserved SQL
  keyword.  Required for both PostgreSQL and MSSQL.  Patch by Adrian.
2003-10-22 20:20:35 +00:00
..
common.inc - Bugfix: renamed the 'statistics' table to 'node_counter' as 'statistics' is 2003-10-22 20:20:35 +00:00
conf.php - Committed a slightly modified version of Slavica's table prefix patch. 2003-07-10 17:46:44 +00:00
database.inc - Modifies path.module to get rid of pgsql reserved word. Patch by Adrian. 2003-10-01 05:18:03 +00:00
database.mysql.inc - Bugfix: prefix not prepended to sequences. Fixes bug #3639. 2003-10-22 13:03:32 +00:00
database.pear.inc - Bugfix: prefix not prepended to sequences. Fixes bug #3639. 2003-10-22 13:03:32 +00:00
menu.inc - Bugfix: stopped the menu system from generating empty lists (<ul></ul>). Patch 2003-10-14 18:08:33 +00:00
module.inc - Committed a slightly modified version of Slavica's table prefix patch. 2003-07-10 17:46:44 +00:00
pager.inc - Bugfix: renamed the SQL field 'types' to 'nodes' because 'types' is a reserved keyword in MySQL 4. This fixes critical bug #1618. Patch by Marco. 2003-06-04 18:24:39 +00:00
tablesort.inc - Fixed prefix problem with the book module. Patch by Moshe. 2003-10-13 19:18:39 +00:00
theme.inc - Bugfix: added missing . which stopped the Example theme's DOCTYPE from being 2003-10-19 20:38:58 +00:00
xmlrpc.inc - Committed a slightly modified version of Slavica's table prefix patch. 2003-07-10 17:46:44 +00:00
xmlrpcs.inc - Patch by Kjartan: 2003-05-19 18:32:09 +00:00