Registering two functions with the same name using RegisterFunction() is not
possible, later registered one overwrites the previous definition (without
warning or error).
Attached patch adds the possibility to register multiple functions with the
same name, calls the first one with matching parameters.
Original issue reported on code.google.com by Tomas.Ko...@gmail.com on 8 Jun 2011 at 10:32
Original issue reported on code.google.com by
Tomas.Ko...@gmail.com
on 8 Jun 2011 at 10:32Attachments: