r58521 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r58520
|
r58521
|
r58522
>
Date:
09:53, 4 November 2009
Author:
tomasz
Status:
ok
Tags:
Comment:
Removing check as its broken on current ubuntu php version
Modified paths:
/trunk/extensions/DonationInterface/activemq_stomp/Stomp.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/DonationInterface/activemq_stomp/Stomp.php
—
—
@@ -510,9 +510,9 @@
511
511
*/
512
512
public function readFrame ()
513
513
{
514
- if (!$this->hasFrameToRead()) {
514
+ /* if (!$this->hasFrameToRead()) {
515
515
return false;
516
- }
516
+ } */
517
517
518
518
$rb = 1024;
519
519
$data = '';
Status & tagging log
06:41, 5 January 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r58521
[
removed:
new
added:
ok]