[freeside-commits] freeside/FS/FS radius_attr.pm,1.1.2.2,1.1.2.3

Ivan,,, ivan at wavetail.420.am
Fri Nov 25 15:52:20 PST 2011


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

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	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.2.2
retrieving revision 1.1.2.3
diff -u -w -d -r1.1.2.2 -r1.1.2.3
--- radius_attr.pm	23 Nov 2011 18:40:06 -0000	1.1.2.2
+++ radius_attr.pm	25 Nov 2011 23:52:18 -0000	1.1.2.3
@@ -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