fix description RT_External in ticket_system option
authorivan <ivan>
Thu, 6 Jan 2005 20:58:24 +0000 (20:58 +0000)
committerivan <ivan>
Thu, 6 Jan 2005 20:58:24 +0000 (20:58 +0000)
FS/FS/Conf.pm

index b6c115d..d1253d2 100644 (file)
@@ -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) ],
   },