/**
  * Reload variables from the database
  *
  */
 function cleanCache()
 {
     OA_Dal_ApplicationVariables::_getAll(false);
 }