You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. run zdmg 0.7rc1 or 0.6 (couldn't find newer) against InnoDB tables with
relations
2. check mappers/anyFile.php
What is the expected output? What do you see instead?
Expected output:
function save(..., $recursive = false, ...)
{
...
if ($recursive) {
...
}
...
}
Current output:
function save(..., $recursive = false, ...)
{
...
the body of this function never mentions if ($recursive) ...
}
What version of the product are you using? On what operating system?
both zdmg 0.7rc1 and 0.6 / win32
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 25 Jun 2012 at 12:52
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 25 Jun 2012 at 12:52The text was updated successfully, but these errors were encountered: