phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/inc/class.asyncservice.inc.php, 1.1.2.14


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/class.asyncservice.inc.php, 1.1.2.14
Date: Sat, 6 Nov 2004 16:34:26 +0100

Update of /phpgwapi/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.asyncservice.inc.php

date: 2004/11/06 15:34:26;  author: powerstat;  state: Exp;  lines: +3 -3

Log Message:
Bugfixes HTML; makes it a bit more W3C conform;
see patch  #3503
=====================================================================
Index: phpgwapi/inc/class.asyncservice.inc.php
diff -u phpgwapi/inc/class.asyncservice.inc.php:1.1.2.13 
phpgwapi/inc/class.asyncservice.inc.php:1.1.2.14
--- phpgwapi/inc/class.asyncservice.inc.php:1.1.2.13    Sun May  2 21:38:38 2004
+++ phpgwapi/inc/class.asyncservice.inc.php     Sat Nov  6 15:34:26 2004
@@ -242,7 +242,7 @@
                                        if (isset($found[$u]))
                                        {
                                                $future = $future || $found[$u] 
> $unit_now;
-                                               if ($this->debug) echo "--> 
already have a $u = ".$found[$u].", future='$future'<br>\n";
+                                               if ($this->debug) echo "--> 
already have a $u = ".$found[$u].", future='$future'<br />\n";
                                                continue;       // already set
                                        }
                                        foreach($times[$u] as $unit_value => 
$nul)
@@ -592,7 +592,7 @@
                        {
                                while ($line = fgets($crontab,256))
                                {
-                                       if ($this->debug) echo 'line '.++$n.": 
$line<br>\n";
+                                       if ($this->debug) echo 'line '.++$n.": 
$line<br />\n";
                                        $parts = split(' ',$line,6);
 
                                        if ($line[0] == '#' || count($parts) < 
6 || ($parts[5][0] != '/' && substr($parts[5],0,3) != 'php')) 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]