in POD example, remove extra SQL that Pg doesn't need and MySQL doesn't like
authorivan <ivan>
Mon, 28 Nov 2005 17:13:30 +0000 (17:13 +0000)
committerivan <ivan>
Mon, 28 Nov 2005 17:13:30 +0000 (17:13 +0000)
FS/bin/freeside-sqlradius-radacctd

index 324e4ab..e98eaa0 100644 (file)
@@ -140,7 +140,7 @@ ALTER TABLE radacct ADD COLUMN FreesideStatus varchar(32) NULL;
 
 If you want to ignore the existing accountg records, also do:
 
-UPDATE TABLE radacct SET FreesideStatus = 'done' WHERE FreesideStatus IS NULL;
+UPDATE radacct SET FreesideStatus = 'done' WHERE FreesideStatus IS NULL;
 
 =head1 SEE ALSO