Fixed bug 2861. cl_timestamp isn't used for anything, but it's got no default so...
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 1 Mar 2006 11:09:18 +0000 (11:09 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 1 Mar 2006 11:09:18 +0000 (11:09 +0000)
commit6aebe1799ef268f5bc1ea0c90c359efb039c3a55
tree28e5dfe27aaca4b2f1f24e5ac9fe8a54ce1d1f6a
parentbfc45cd804a46971de9bb77ca441324a4d0d9e69
Fixed bug 2861. cl_timestamp isn't used for anything, but it's got no default so strictly speaking we have to insert something there. Inserting 0 which the MySQL manual says is valid for timestamp columns. This is easier than adding yet another SQL patch file to define a default.
includes/LinksUpdate.php