diff --git a/ajax.toolkit.php b/ajax.toolkit.php index 79339eb..3846fba 100644 --- a/ajax.toolkit.php +++ b/ajax.toolkit.php @@ -484,12 +484,12 @@ function InitDataModel($sConfigFileName, $bModelOnly = true) echo "\n"; } } - echo "\n"; - echo "\n"; - echo "\n"; - break; + echo "\n"; + echo "\n"; + echo "\n"; + break; case 'prepare_new_dictionary': InitDataModel(ITOP_TOOLKIT_CONFIG_FILE, true); @@ -555,26 +555,26 @@ function InitDataModel($sConfigFileName, $bModelOnly = true) } } } - if (count($aSQLFixesTables) == 0) - { - echo "

Ok, the database format is compliant with the data model. (Note: the views have not been checked)

\n"; - } - echo "

 

\n"; - if (function_exists('symlink')) - { - echo "

\n"; - } - echo "\n"; - if (count($aSQLFixesTables) > 0) - { - echo " \n"; - } - $sSourceDir = MetaModel::GetConfig()->Get('source_dir'); - $sSourceDirHtml = htmlentities($sSourceDir, ENT_QUOTES, 'UTF-8'); + if (count($aSQLFixesTables) == 0) + { + echo "

Ok, the database format is compliant with the data model. (Note: the views have not been checked)

\n"; + } + echo "

 

\n"; + if (function_exists('symlink')) + { + echo "

\n"; + } + echo "\n"; + if (count($aSQLFixesTables) > 0) + { + echo " \n"; + } + $sSourceDir = MetaModel::GetConfig()->Get('source_dir'); + $sSourceDirHtml = htmlentities($sSourceDir, ENT_QUOTES, 'UTF-8'); echo " \n"; - echo "
\n"; - echo "

 

\n"; - echo "
\n"; + echo "
\n"; + echo "

 

\n"; + echo "
\n"; echo "

SQL commands to copy/paste:

\n"; $sSQLFixAll = $aAnalysis['*CondensedQueries']['sql']; echo "";