[freeside-commits] freeside/FS/FS phone_device.pm,1.2,1.2.2.1

Ivan,,, ivan at wavetail.420.am
Sun Dec 27 21:26:11 PST 2009


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

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	phone_device.pm 
Log Message:
use blessed

Index: phone_device.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/phone_device.pm,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- phone_device.pm	30 Jun 2009 09:38:41 -0000	1.2
+++ phone_device.pm	28 Dec 2009 05:26:09 -0000	1.2.2.1
@@ -2,6 +2,7 @@
 
 use strict;
 use base qw( FS::Record );
+use Scalar::Util qw( blessed );
 use FS::Record qw( dbh qsearchs ); # qsearch );
 use FS::part_device;
 use FS::svc_phone;



More information about the freeside-commits mailing list