From a55d49b7e0b457fd0686490d588980271942282d Mon Sep 17 00:00:00 2001
From: Mohammad AlQanneh <mqanneh@gmail.com>
Date: Mon, 2 Mar 2015 13:15:04 +0200
Subject: [PATCH] fixed typo in table name

---
 fb.install | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fb.install b/fb.install
index b43c404..bf8b081 100644
--- a/fb.install
+++ b/fb.install
@@ -275,7 +275,7 @@ function fb_update_7400() {
  */
 function fb_update_7401() {
   require_once(drupal_get_path('module', 'fb') . '/fb.admin.inc');
-  $result = db_query("SELECT * FROM {fb_app}");
+  $result = db_query("SELECT * FROM {fb_application}");
   while ($row = $result->fetchAssoc()) {
     try {
       $form_state = array(
@@ -331,4 +331,4 @@ function fb_update_7403() {
 
   // The FB_VAR_ALTER_USERNAME varaible name changed.  Preserve old setting.
   variable_set(FB_VAR_ALTER_USERNAME, variable_get('fb_format_username', FB_ALTER_USERNAME_ALWAYS));
-}
\ No newline at end of file
+}
-- 
1.9.1

