We should not use db_() in the code base as it is depreciated
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | super_login-forgotten-use-statement-2872867-12.patch | 331 bytes | rhristov |
| #9 | super_login-replace-db-calls-2872867-9.patch | 1.91 KB | rhristov |
| #6 | 2872867-6.patch | 2.03 KB | rhristov |
| #2 | 2872867-2.patch | 1.23 KB | Pavan B S |
Comments
Comment #2
Pavan B S commentedApplying the patch, please review.
Comment #3
amit.drupal commentedPatch applied cleanly. All the db_query removed from All files.
Comment #5
3cwebdev commentedThanks for the patch. Committed.
Comment #6
rhristov commentedApplying patch that change the queries from static to dynamic. It is needed because the module is not working together with modules like DataBase Email Encryption, which are altering the queries.
Comment #7
rhristov commentedComment #8
3cwebdev commented@rhsistov, thank you for the patch but it is not applying to the DEV snapshot. Wss the patch created off of DEV?
Comment #9
rhristov commented@quantumized it was not. Attaching a patch for the dev version.
Comment #11
3cwebdev commentedThank you. Patch applied to DEV.
Comment #12
rhristov commented@quantumized for the patch against dev version I have forgotten the use statement. Applying another patch that adds the statement.
Comment #14
3cwebdev commentedNew patch has been applied to DEV.
Comment #15
neclimdulfixed?