summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2005-01-06 20:58:24 +0000
committerivan <ivan>2005-01-06 20:58:24 +0000
commit188b48a07be463b5c932fec6b65762bbad2d5482 (patch)
tree3e83bc1f6108282dbcca0d354035275dd9b85af5
parentdaa0c7f875cf96fcf42dee301455062add2da5ad (diff)
fix description RT_External in ticket_system option
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index b6c115dc4..d1253d262 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1323,7 +1323,7 @@ httemplate/docs/config.html
{
'key' => 'ticket_system',
'section' => '',
- 'description' => 'Ticketing system integraiton. <b>RT_Internal</b> uses the built-in RT ticketing system (use <code>make create-rt</code> to create the necessary tables). <b>RT_Libs</b> uses the built-in RT libraries to access an RT installation in a separate database (local or remote). <b>RT_External</b> uses RT\'s XML interface and RTx::Atom to access an RT installation in a separate database (local or remote).',
+ 'description' => 'Ticketing system integraiton. <b>RT_Internal</b> uses the built-in RT ticketing system (use <code>make create-rt</code> to create the necessary tables). <b>RT_Libs</b> uses the built-in RT libraries to access an RT installation in a separate database (local or remote). <b>RT_External</b> uses raw SQL access (and eventually RT\'s XML interface and RTx::Atom?) to access an RT installation in a separate database (local or remote).',
'type' => 'select',
'select_enum' => [ '', qw(RT_Internal RT_Libs RT_External) ],
},