[otrs-cvs] Survey/bin otrs.SurveyTriggerSendRequests.pl,1.4,1.5

"CVS commits notifications of OTRS.org" <[email protected]> Tue, 25 Jun 2013 11:43:45 +0000
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/Survey/bin
In directory lancelot:/tmp/cvs-serv4808

Modified Files:
	otrs.SurveyTriggerSendRequests.pl 
Log Message:
Added Fix for PostgreSQL.

Author: jh

Index: otrs.SurveyTriggerSendRequests.pl
===================================================================
RCS file: /home/cvs/Survey/bin/otrs.SurveyTriggerSendRequests.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -2 -u -d -r1.4 -r1.5
--- otrs.SurveyTriggerSendRequests.pl	24 Jun 2013 15:08:56 -0000	1.4
+++ otrs.SurveyTriggerSendRequests.pl	25 Jun 2013 11:43:40 -0000	1.5
@@ -110,5 +110,5 @@
 $CommonObject{DBObject}->Prepare(
     SQL => "SELECT id, ticket_id, create_time, public_survey_key FROM survey_request WHERE "
-        . "(send_time IS NULL OR send_time = '0000-00-00 00:00:00') ORDER BY create_time DESC",
+        . "send_time IS NULL ORDER BY create_time DESC",
 );
 
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log