antonk5 / php-amqplib

Automatically exported from code.google.com/p/php-amqplib
GNU Lesser General Public License v2.1
0 stars 0 forks source link

typo in amqplib/amqp_wire.inc #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It should be
  } else if($ftype=='F')
not
  } else if($ftype='F')

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by yoann.pa...@gmail.com on 23 Apr 2011 at 1:10

GoogleCodeExporter commented 8 years ago
commited

Original comment by kroko...@gmail.com on 30 Apr 2011 at 5:54

GoogleCodeExporter commented 8 years ago
fixed

Original comment by kroko...@gmail.com on 30 Apr 2011 at 5:56