Account created on 11 September 2019, about 5 years ago
#

Recent comments

🇵🇹Portugal fcertal

Thanks guys!

A break line before <?php in a custom module was causing an ajax parse error, breaking the batch update process.

🇵🇹Portugal fcertal

Add another issue when the $target_id is something like "******* (1)", so I coded another condition:

if (preg_match ('/[*]+ [(]\d+[)]/', $target_id)) {
      $target_id = preg_replace('/[^0-9]+/', '', $target_id);
    }
🇵🇹Portugal fcertal

Hi jaymehls, I've made a patch to rename the module file hooks.

Production build 0.71.5 2024