[freeside-commits] freeside/FS/FS radius_attr.pm,1.1,1.2

Ivan,,, ivan at wavetail.420.am
Fri Nov 25 15:51:50 PST 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv30113/FS/FS

Modified Files:
	radius_attr.pm 
Log Message:
minor cleanup, RT#15017

Index: radius_attr.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/radius_attr.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- radius_attr.pm	23 Nov 2011 18:39:05 -0000	1.1
+++ radius_attr.pm	25 Nov 2011 23:51:47 -0000	1.2
@@ -52,7 +52,7 @@
 
 =item new HASHREF
 
-Creates a new example.  To add the example to the database, see L<"insert">.
+Creates a new record.  To add the record to the database, see L<"insert">.
 
 Note that this stores the hash reference, not a distinct copy of the hash it
 points to.  You can ask the object for a copy with the I<hash> method.
@@ -143,7 +143,7 @@
 
 =item check
 
-Checks all fields to make sure this is a valid example.  If there is
+Checks all fields to make sure this is a valid record.  If there is
 an error, returns the error, otherwise returns false.  Called by the insert
 and replace methods.
 



More information about the freeside-commits mailing list