add start of torrus srvderive daemon, RT#10574
authorivan <ivan>
Sun, 27 Feb 2011 03:27:08 +0000 (03:27 +0000)
committerivan <ivan>
Sun, 27 Feb 2011 03:27:08 +0000 (03:27 +0000)
FS/bin/freeside-torrus-srvderive

index 50dcb92..6f949a2 100644 (file)
@@ -39,8 +39,8 @@ my $other_date = concat_sql([ 'other.srv_date', "' '", 'other.srv_time' ]);
 $other_date = "CAST( $other_date AS TIMESTAMP )" if driver_name =~ /^Pg/i;
 $other_date = str2time_sql. $other_date.  str2time_sql_closing;
 
-my $in  = concat_sql([ '?', "'_IN'" )
-my $out = concat_sql([ '?', "'_OUT'" )
+my $in  = concat_sql([ '?', "'_IN'" ]);
+my $out = concat_sql([ '?', "'_OUT'" ]);
 
 my $sql = "
   SELECT DISTINCT srv_date, srv_time FROM srvexport