freeside/FS/FS Conf.pm,1.117,1.118
ivan
ivan at pouncequick.420.am
Thu Jan 6 12:58:27 PST 2005
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv13359
Modified Files:
Conf.pm
Log Message:
fix description RT_External in ticket_system option
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- Conf.pm 13 Dec 2004 09:13:27 -0000 1.117
+++ Conf.pm 6 Jan 2005 20:58:24 -0000 1.118
@@ -1323,7 +1323,7 @@
{
'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) ],
},
More information about the freeside-commits
mailing list