]> Some of my projects - localmylist.git/commitdiff
Fix typo.
authorAPTX <marek321@gmail.com>
Tue, 12 Jun 2012 21:54:15 +0000 (23:54 +0200)
committerAPTX <marek321@gmail.com>
Tue, 12 Jun 2012 21:54:15 +0000 (23:54 +0200)
localmylist/database.cpp

index 7f13f9dfcdf82dab5e08108dd825f537062a63d9..c639c8b618d202e4b723ee7557f51fd76c6674db 100644 (file)
@@ -797,7 +797,7 @@ bool Database::clearStartedMyListUpdateRequests()
 {
        return exec(
                                "UPDATE pending_mylist_update SET started = NULL "
-                               "       WHERE start IS NOT NULL "
+                               "       WHERE started IS NOT NULL "
                                "               AND finished IS NULL");
 }