[freeside-commits] freeside/FS/FS Record.pm, 1.133, 1.134 option_Common.pm, 1.4, 1.5

Ivan,,, ivan at wavetail.420.am
Fri Jan 26 00:11:16 PST 2007


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv24108

Modified Files:
	Record.pm option_Common.pm 
Log Message:
oops, debugging turned on

Index: option_Common.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/option_Common.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- option_Common.pm	26 Jan 2007 08:04:37 -0000	1.4
+++ option_Common.pm	26 Jan 2007 08:11:14 -0000	1.5
@@ -6,7 +6,7 @@
 
 @ISA = qw( FS::Record );
 
-$DEBUG = 3;
+$DEBUG = 0;
 
 =head1 NAME
 

Index: Record.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Record.pm,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- Record.pm	26 Jan 2007 08:04:37 -0000	1.133
+++ Record.pm	26 Jan 2007 08:11:14 -0000	1.134
@@ -26,7 +26,7 @@
 #export dbdef for now... everything else expects to find it here
 @EXPORT_OK = qw(dbh fields hfields qsearch qsearchs dbdef jsearch);
 
-$DEBUG = 3;
+$DEBUG = 0;
 $me = '[FS::Record]';
 
 $nowarn_identical = 0;



More information about the freeside-commits mailing list