# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- administrator/components/com_comprofiler/controller/controller.default.php +++ administrator/components/com_comprofiler/controller/controller.default.php @@ -1744,7 +1744,7 @@ if ( $dbId == 0 ) { - echo "

". CBTxt::T('Checking Community Builder Datbase') .":

"; + echo "

". CBTxt::T('Checking Community Builder Database') .":

"; // 1. check comprofiler_field_values table for bad rows $sql = "SELECT fieldvalueid,fieldid FROM #__comprofiler_field_values WHERE fieldid=0"; @@ -1896,7 +1896,7 @@ } elseif ( $dbId == 2 ) { - echo "

" . CBTxt::T('Checking Users Datbase') . ":

"; \ No newline at end of file + echo "

" . CBTxt::T('Checking Users Database') . ":

"; \ No newline at end of file // 3. check if comprofiler table is in sync with users table $sql = "SELECT c.id FROM #__comprofiler c LEFT JOIN #__users u ON u.id = c.id WHERE u.id IS NULL";