I am adding a list of all deprecated functions :

app/modules/contrib/userqueue/userqueue.module
Function db_select is deprecated
Function db_delete is deprecated

app/modules/contrib/userqueue/src/Controller/UserQueueList.php
Class SafeMarkup is deprecated
Method l is deprecated
Method l is deprecated
Method l is deprecated
Method l is deprecated
Method l is deprecated
Method l is deprecated

UserQueueShowList.php
Class SafeMarkup is deprecated
Method l is deprecated
Method l is deprecated
Method l is deprecated

app/modules/contrib/userqueue/src/Form/UserQueueBottomConfirmForm.php
Function db_select is deprecated
Function db_select is deprecated
Function db_update is deprecated
Function db_update is deprecated

UserQueueForm.php
Function db_update is deprecated
Function db_insert is deprecated

UserQueueRemoveConfirmForm.php
Function db_select is deprecated
Function db_update is deprecated

UserQueueTopConfirmForm.php
Function db_select is deprecated
Function db_update is deprecated
Function db_update is deprecated

UserQueueViewForm.php
Function db_select is deprecated
Function db_insert is deprecated

I will try to provide a patch once have some time.

Comments

visabhishek created an issue. See original summary.

daiwik.addweb’s picture

Status: Active » Needs review
StatusFileSize
new6.76 KB

@visabhishek, Please try my attached patch where I just updated a function name with PHP 7. Hope it is working for you as expected.

izus’s picture

@visabhishek how is that list obtained ? what did you use to get it ?
Thanks

visabhishek’s picture

Hi Izus,

Using PHPStorm you can find the latest list.
Code | Run Inspection by Name... will provide you the list

shubham.prakash’s picture

StatusFileSize
new14.11 KB

This patch will remove all the deprecated functions.

gaurav.kapoor’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.