Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
database system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2009 at 03:01 UTC
Updated:
28 Sep 2009 at 19:10 UTC
I am working on some database API stuff and I noticed that the instructions in default.settings.php say you should set the 'transaction' key to enable or disable transaction support.
There is no such key used anywhere in the code. There is, however, a 'transactions" key, which appears to be the correct one.
Patch is trivial :)
| Comment | File | Size | Author |
|---|---|---|---|
| settings_php_transacations.patch | 834 bytes | David_Rothstein |
Comments
Comment #1
Crell commentedHm, indeed, indeed.
Comment #2
dries commentedCommitted to CVS HEAD. Thanks!