EN:
This error occurs when we try to make the payment. When I replaced the drupal function drupal_strpos() with the PHP native strpos(), everything worked perfectly.
Why the native PHP function is not used? Have you any reason?
PT:
Esse erro ocorre quando tentamos fazer o pagamento. Quando substituí a função do drupal drupal_strpos() pela nativa do PHP strpos() tudo funcionou perfeitamente.
Por que a função nativa do PHP não é usada? Tem algum motivo?
[]´s
Bruno de Oliveira Magalhães
www.7links.com.br
Comments
Comment #1
lourenzo commentedThis was my mistake. When reviewing the code, changing substr calls to drupal_substr, for better support for i18n.
Fixed in CVS.