backdrop-contrib / uuid

Universally Unique IDentifier
GNU General Public License v2.0
2 stars 1 forks source link

Deprecated function drupal_strtolower() in uuid_token_info() #5

Open yorkshire-pudding opened 6 months ago

yorkshire-pudding commented 6 months ago

The function uuid_token_info() (uuid.tokens.inc:18) called deprecated function drupal_strtolower(). The function uuid_token_info() (uuid.tokens.inc:23) called deprecated function drupal_strtolower().

Seeing these just on a page load really. As they are in hook_token_info() function, they seem to get called a lot.

yorkshire-pudding commented 6 months ago

I see this is actually mentioned in https://github.com/backdrop-contrib/uuid/issues/3#issuecomment-1593568567 and will be fixed by the PR at #4