| changeset 360 | bfaab8740995 |
| parent 292 | 3442202aff1a |
| child 651 | 9bbc657f6837 |
--- a/src/cm/cm_settings.py Thu Jun 16 09:27:56 2011 +0200 +++ b/src/cm/cm_settings.py Thu Jul 21 09:42:33 2011 +0200 @@ -31,4 +31,7 @@ STORE_ACTIVITY_IP = get_setting('STORE_ACTIVITY_IP', True) # Show 'decorated' users in comments (not structural creator id) -DECORATED_CREATORS = get_setting('DECORATED_CREATORS', False) \ No newline at end of file +DECORATED_CREATORS = get_setting('DECORATED_CREATORS', False) + +# Use AbiWord for conversions +USE_ABI = get_setting('USE_ABI', False)