--- fastpath_fscache.install.unpatched	2007-08-16 18:53:43.000000000 +0300
+++ fastpath_fscache.install	2007-08-27 14:15:03.000000000 +0300
@@ -10,7 +10,7 @@
   global $user;
   
   // All other authenticated users need to get a drupal_uid cookie to avoid seeing cached pages.
-  db_query('DELETE FROM sessions WHERE uid != %d AND uid > 0', $user->uid);
+  db_query('DELETE FROM {sessions} WHERE uid != %d AND uid > 0', $user->uid);
   fastpath_fscache_user_setcookie($user);
   
   drupal_set_message(t('Fastpath_fscache module installed. Next, add the following lines to your <code>settings.php</code> file. '. fastpath_fscache_code()));    
