Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.2
-
Fix Version/s: None
-
Component/s: Block: Birthday
-
Labels:None
-
Environment:The block does not work with postgreSQL.
-
Database:PostgreSQL
-
Affected Branches:MOODLE_19_STABLE
Description
It did not work in Moodle 1.9.2 with Postgres 8.1.
No error!
It just says, "There are no birthdays today.".
I do not believe it is a security issue - the date function used in the sql query were just not recognized by postgres so I am changing it to use extract which is recognized in both mysql and postgres. Peace - Anthony