[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] svn: /phpdoc/en/trunk/reference/gearman/gearmanclient/ jobstatus.xml
From:       Sean_Coates <sean () php ! net>
Date:       2009-11-28 22:38:47
Message-ID: svn-sean-1259447927-291400-548686861 () svn ! php ! net
[Download RAW message or body]

sean                                     Sat, 28 Nov 2009 22:38:47 +0000

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

Log:
fix tyop in loop code

Changed paths:
    U   phpdoc/en/trunk/reference/gearman/gearmanclient/jobstatus.xml

Modified: phpdoc/en/trunk/reference/gearman/gearmanclient/jobstatus.xml
===================================================================
--- phpdoc/en/trunk/reference/gearman/gearmanclient/jobstatus.xml	2009-11-28 21:11:39 UTC (rev 291399)
+++ phpdoc/en/trunk/reference/gearman/gearmanclient/jobstatus.xml	2009-11-28 22:38:47 UTC (rev 291400)
@@ -76,7 +76,7 @@
 $done = false;
 do
 {
-   sleep(3)r
+   sleep(3);
    $stat = $gmclient->jobStatus($job_handle);
    if (!$stat[0]) // the job is known so it is not done
       $done = true;



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic