svn: /web/doc-editor/trunk/ php/RepositoryFetcher.php scripts/cron/send_work_to_list.php

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Wed, 29 Dec 2010 19:54:34 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=306832

Log:
Typo & order by type then date for files

Changed paths:
    U   web/doc-editor/trunk/php/RepositoryFetcher.php
    U   web/doc-editor/trunk/scripts/cron/send_work_to_list.php

Modified: web/doc-editor/trunk/php/RepositoryFetcher.php
===================================================================
--- web/doc-editor/trunk/php/RepositoryFetcher.php	2010-12-29 19:52:41 UTC (rev 306831)
+++ web/doc-editor/trunk/php/RepositoryFetcher.php	2010-12-29 19:54:34 UTC (rev 306832)
@@ -684,7 +684,9 @@
                 WHERE
                 `module` = "workInProgress" AND
                 `lang` = "%s" AND
-                `project`  = "%s"',
+                `project`  = "%s"
+                ORDER BY
+                type, date',
             $lang,
             $project
         );
@@ -714,7 +716,9 @@
                 WHERE
                 `module` = "PatchesForReview" AND
                 `lang` = "%s" AND
-                `project`  = "%s"',
+                `project`  = "%s"
+                ORDER BY
+                type, date',
             $lang,
             $project
         );

Modified: web/doc-editor/trunk/scripts/cron/send_work_to_list.php
===================================================================
--- web/doc-editor/trunk/scripts/cron/send_work_to_list.php	2010-12-29 19:52:41 UTC (rev 306831)
+++ web/doc-editor/trunk/scripts/cron/send_work_to_list.php	2010-12-29 19:54:34 UTC (rev 306832)
@@ -50,7 +50,7 @@
         if( $data["total"] != 0 ) {


-            $msg = "Hello Php ".strtoupper($lang)." Documentation team,
+            $msg = "Hello PHP ".strtoupper($lang)." Documentation team,

 There are contributions within the online editor queue for this language.
 Please review, then commit or delete these patches.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.