public
Description: Midgard Components Framework 3rd generation
Homepage: http://www.midgard-project.org
Clone URL: git://github.com/bergie/midcom.git
Slightly more friendly output
bergie (author)
Thu Apr 24 21:28:36 -0700 2008
commit  e71746cbc8d61c9182f4dc23365a32c548aa064b
tree    07d054f7cd3411054381a3acb9d25459627989a2
parent  96a602f1d54cf48a491ff61a25914339de960dcd
...
51
52
53
54
 
55
56
57
...
51
52
53
 
54
55
56
57
0
@@ -51,7 +51,7 @@ class net_nemein_comettest_controllers_index
0
       
0
       while (true)
0
       {
0
- midcom_core_helpers_comet::pushdata(time(), $type, $name);
0
+ midcom_core_helpers_comet::pushdata(date('r'), $type, $name);
0
         ob_flush();
0
         flush();
0
         sleep(1);

Comments

    No one has commented yet.