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, 31 Jan 2011 20:41:25 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=307890
Log:
Disable work in progress information
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-01-31 18:46:33 UTC (rev 307889)
+++ web/doc-editor/trunk/scripts/cron/send_work_to_list.php 2011-01-31 20:41:25 UTC (rev 307890)
@@ -57,7 +57,7 @@
";
-
+ /*
if( $data['workInProgress']['nb'] != 0 ) {
$msg .= " Work in progress : \n -----------------------\n";
@@ -66,8 +66,8 @@
}
$msg .="\n\n";
}
+ */
-
if( $data['PatchesForReview']['nb'] != 0 ) {
$msg .= " Patches for review : \n -----------------------\n";