]> git.mjollnir.org Git - moodle.git/commit
The ISNULL() function is a nasty mysql-ism. The standard SQL syntax is "xxx IS NULL...
authortjhunt <tjhunt>
Fri, 15 Sep 2006 14:00:30 +0000 (14:00 +0000)
committertjhunt <tjhunt>
Fri, 15 Sep 2006 14:00:30 +0000 (14:00 +0000)
commitf00b7f8d8eb58518b0c99c1ccdb376ce4598c481
treebbe6e5c97a6bbe3e3bc7c5d155a5fadddffded4b
parent5081e7868d089592a01fcc1587c6a6e0c76192d3
The ISNULL() function is a nasty mysql-ism. The standard SQL syntax is "xxx IS NULL". Even mysql supports this, whereas noone else supports the mysql syntax.
lib/accesslib.php