diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-20 23:58:53 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-20 23:58:53 -0400 |
commit | a439f49866c5cc6ca7f7e05b681abea4d3d9c3bb (patch) | |
tree | 31e7608b8af70749ff9b2103292223b6b64eb38a | |
parent | 6977ac961d55d939eecd2578bcd14495cc196a98 (diff) |
stop overwriting links.ini
darcs-hash:20080721035853-84dde-5c95b6b06a2f82b9f9170bd02bc3fd5a1bdb231b.gz
-rw-r--r-- | dataobject.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dataobject.ini b/dataobject.ini index 7ea2f3bbe..2e0c747ec 100644 --- a/dataobject.ini +++ b/dataobject.ini @@ -8,4 +8,3 @@ class_prefix = db_driver = DB #Use this if you wish to use MDB2 as the driver quote_identifiers = 0 generator_exclude_regex = /oid_.*/ -generate_links = 1 |