From: ivan Date: Tue, 1 Jul 2003 00:27:37 +0000 (+0000) Subject: typo X-Git-Tag: freeside_1_4_1rc5~29 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=a8007fa244bb94d7c9e963cc8f7f2014ffd9a8ba;p=freeside.git typo --- diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index e806f89a6..70d79fea4 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -872,7 +872,7 @@ tie my %forward_shellcommands_options, 'Tie::IxHash', 'desc' => 'Real-time export to SQL-backed RADIUS (ICRADIUS, FreeRADIUS)', 'options' => \%sqlradius_options, 'nodomain' => 'Y', - 'notes' => 'Real-time export of radcheck, radreply and usergroup tables to any SQL database for FreeRADIUS or ICRADIUS. This export does not export RADIUS realms (see also sqlradius_withdomain). AAn existing RADIUS database will be updated in realtime, but you can use freeside-sqlradius-reset to delete the entire RADIUS database and repopulate the tables from the Freeside database. See the DBI documentation and the documentation for your DBD for the exact syntax of a DBI data source.', + 'notes' => 'Real-time export of radcheck, radreply and usergroup tables to any SQL database for FreeRADIUS or ICRADIUS. This export does not export RADIUS realms (see also sqlradius_withdomain). An existing RADIUS database will be updated in realtime, but you can use freeside-sqlradius-reset to delete the entire RADIUS database and repopulate the tables from the Freeside database. See the DBI documentation and the documentation for your DBD for the exact syntax of a DBI data source.', }, 'sqlradius_withdomain' => {