svn: /web/doc-editor/trunk/scripts/cron/ send_work_to_list.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Mon, 07 Mar 2011 21:23:02 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=309004
Log:
As workInProgress is disable, we send email only when there is some PatchesForReview work
Changed paths:
U web/doc-editor/trunk/scripts/cron/send_work_to_list.php
Modified: web/doc-editor/trunk/scripts/cron/send_work_to_list.php
===================================================================
--- web/doc-editor/trunk/scripts/cron/send_work_to_list.php 2011-03-07 20:16:06 UTC (rev 309003)
+++ web/doc-editor/trunk/scripts/cron/send_work_to_list.php 2011-03-07 21:23:02 UTC (rev 309004)
@@ -47,7 +47,8 @@
// What we must do when the build failed
- if( $data["total"] != 0 ) {
+ //if( $data["total"] != 0 ) {
+ if( $data['PatchesForReview']['nb'] != 0 ) {
$msg = "Hello PHP ".strtoupper($lang)." Documentation team,