. * */ $ocVersion = $_['ocVersion']; $cfgClass = $ocVersion >= 7 ? 'section' : 'personalblock'; $table_exists = OC_RoundCube_DB_Util::tableExists(); if (!$table_exists) { OCP\Util::writeLog('roundcube', 'DB table entries do not exist ...', OCP\Util::ERROR); echo $this -> inc("part.error.db"); } else { $mail_userdata_entries = OC_RoundCube_App::checkLoginData(OCP\User::getUser()); ?>