drupal/database
Dries Buytaert 64b100d19a - Patch #13260 by UnConeD: watchdog module improvements.
We added a 'severity' column to watchdog():
    watchdog($type, $message, $link) --> watchdog($type, $message, $severity, $link);

    * Specify a severity in case you are reporting a warning or error.
    * The $link-parameter is now the fourth parameter instead of the third.

  TODO: document this in the upgrade guide.
2005-01-09 09:22:40 +00:00
..
database.mysql - Patch #15337 by Gerhard: fixed a broken date query in the database scheme. 2005-01-09 09:04:24 +00:00
database.pgsql - Patch #13260 by UnConeD: watchdog module improvements. 2005-01-09 09:22:40 +00:00
updates.inc - Patch #13260 by UnConeD: watchdog module improvements. 2005-01-09 09:22:40 +00:00