From: ivan Date: Thu, 6 Jan 2005 20:58:24 +0000 (+0000) Subject: fix description RT_External in ticket_system option X-Git-Tag: BEFORE_FINAL_MASONIZE~732 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=188b48a07be463b5c932fec6b65762bbad2d5482 fix description RT_External in ticket_system option --- 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. RT_Internal uses the built-in RT ticketing system (use make create-rt to create the necessary tables). RT_Libs uses the built-in RT libraries to access an RT installation in a separate database (local or remote). RT_External uses RT\'s XML interface and RTx::Atom to access an RT installation in a separate database (local or remote).', + 'description' => 'Ticketing system integraiton. RT_Internal uses the built-in RT ticketing system (use make create-rt to create the necessary tables). RT_Libs uses the built-in RT libraries to access an RT installation in a separate database (local or remote). RT_External 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) ], },