summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2005-11-28 17:13:30 +0000
committerivan <ivan>2005-11-28 17:13:30 +0000
commit4956c4ac2f2d6e95985cc26cbfd7cba57882fa12 (patch)
tree0df6a2adb52bcf90f510ed6c1607d818b6dfc225
parent8293ef7884a56f92681d2af8d7581dece7446560 (diff)
in POD example, remove extra SQL that Pg doesn't need and MySQL doesn't like
-rw-r--r--FS/bin/freeside-sqlradius-radacctd2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-sqlradius-radacctd b/FS/bin/freeside-sqlradius-radacctd
index 324e4ab..e98eaa0 100644
--- a/FS/bin/freeside-sqlradius-radacctd
+++ b/FS/bin/freeside-sqlradius-radacctd
@@ -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