- removed the closing tag of a PHP block at the end of a file and replaced with a...
authorMarcel Werk <burntime@woltlab.com>
Thu, 14 Jul 2011 20:26:51 +0000 (22:26 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 14 Jul 2011 20:26:51 +0000 (22:26 +0200)
497 files changed:
com.woltlab.wcf.notification/files/lib/data/user/notification/UserNotification.class.php
com.woltlab.wcf.notification/files/lib/data/user/notification/UserNotificationAction.class.php
com.woltlab.wcf.notification/files/lib/data/user/notification/UserNotificationEditor.class.php
com.woltlab.wcf.notification/files/lib/data/user/notification/UserNotificationList.class.php
com.woltlab.wcf.notification/files/lib/data/user/notification/event/UserNotificationEvent.class.php
com.woltlab.wcf.notification/files/lib/data/user/notification/event/UserNotificationEventAction.class.php
com.woltlab.wcf.notification/files/lib/data/user/notification/event/UserNotificationEventEditor.class.php
com.woltlab.wcf.notification/files/lib/data/user/notification/event/UserNotificationEventList.class.php
com.woltlab.wcf.notification/files/lib/data/user/notification/object/type/UserNotificationObjectType.class.php
com.woltlab.wcf.notification/files/lib/data/user/notification/object/type/UserNotificationObjectTypeAction.class.php
com.woltlab.wcf.notification/files/lib/data/user/notification/object/type/UserNotificationObjectTypeEditor.class.php
com.woltlab.wcf.notification/files/lib/data/user/notification/object/type/UserNotificationObjectTypeList.class.php
com.woltlab.wcf.notification/files/lib/data/user/notification/type/UserNotificationType.class.php
com.woltlab.wcf.notification/files/lib/data/user/notification/type/UserNotificationTypeAction.class.php
com.woltlab.wcf.notification/files/lib/data/user/notification/type/UserNotificationTypeEditor.class.php
com.woltlab.wcf.notification/files/lib/data/user/notification/type/UserNotificationTypeList.class.php
com.woltlab.wcf.notification/files/lib/system/package/plugin/UserNotificationEventPackageInstallationPlugin.class.php
com.woltlab.wcf.notification/files/lib/system/package/plugin/UserNotificationObjectTypePackageInstallationPlugin.class.php
com.woltlab.wcf.notification/files/lib/system/package/plugin/UserNotificationTypePackageInstallationPlugin.class.php
wcfsetup/install.php
wcfsetup/install/files/acp/global.php
wcfsetup/install/files/acp/index.php
wcfsetup/install/files/acp/install.php
wcfsetup/install/files/global.php
wcfsetup/install/files/lib/acp/action/AJAXProxyAction.class.php
wcfsetup/install/files/lib/acp/action/InstallPackageAction.class.php
wcfsetup/install/files/lib/acp/action/LogoutAction.class.php
wcfsetup/install/files/lib/acp/action/OptionExportAction.class.php
wcfsetup/install/files/lib/acp/action/UninstallPackageAction.class.php
wcfsetup/install/files/lib/acp/form/ACPForm.class.php
wcfsetup/install/files/lib/acp/form/AbstractOptionListForm.class.php
wcfsetup/install/files/lib/acp/form/CronjobAddForm.class.php
wcfsetup/install/files/lib/acp/form/CronjobEditForm.class.php
wcfsetup/install/files/lib/acp/form/LanguageServerAddForm.class.php
wcfsetup/install/files/lib/acp/form/LanguageServerEditForm.class.php
wcfsetup/install/files/lib/acp/form/LoginForm.class.php
wcfsetup/install/files/lib/acp/form/MasterPasswordForm.class.php
wcfsetup/install/files/lib/acp/form/MasterPasswordInitForm.class.php
wcfsetup/install/files/lib/acp/form/OptionForm.class.php
wcfsetup/install/files/lib/acp/form/OptionImportForm.class.php
wcfsetup/install/files/lib/acp/form/PackageStartInstallForm.class.php
wcfsetup/install/files/lib/acp/form/PackageUpdateAuthForm.class.php
wcfsetup/install/files/lib/acp/form/PackageUpdateForm.class.php
wcfsetup/install/files/lib/acp/form/PackageUpdateSearchForm.class.php
wcfsetup/install/files/lib/acp/form/UpdateServerAddForm.class.php
wcfsetup/install/files/lib/acp/form/UpdateServerEditForm.class.php
wcfsetup/install/files/lib/acp/form/UserAddForm.class.php
wcfsetup/install/files/lib/acp/form/UserAssignToGroupForm.class.php
wcfsetup/install/files/lib/acp/form/UserEditForm.class.php
wcfsetup/install/files/lib/acp/form/UserEmailAddressExportForm.class.php
wcfsetup/install/files/lib/acp/form/UserGroupAddForm.class.php
wcfsetup/install/files/lib/acp/form/UserGroupEditForm.class.php
wcfsetup/install/files/lib/acp/form/UserMailForm.class.php
wcfsetup/install/files/lib/acp/form/UserOptionListForm.class.php
wcfsetup/install/files/lib/acp/form/UserSearchForm.class.php
wcfsetup/install/files/lib/acp/form/UsersMassProcessingForm.class.php
wcfsetup/install/files/lib/acp/page/ACPSessionLogListPage.class.php
wcfsetup/install/files/lib/acp/page/ACPSessionLogPage.class.php
wcfsetup/install/files/lib/acp/page/CacheListPage.class.php
wcfsetup/install/files/lib/acp/page/CronjobListPage.class.php
wcfsetup/install/files/lib/acp/page/CronjobLogListPage.class.php
wcfsetup/install/files/lib/acp/page/IndexPage.class.php
wcfsetup/install/files/lib/acp/page/LanguageServerListPage.class.php
wcfsetup/install/files/lib/acp/page/PackageAutoUpdateListPage.class.php
wcfsetup/install/files/lib/acp/page/PackageListPage.class.php
wcfsetup/install/files/lib/acp/page/PackagePage.class.php
wcfsetup/install/files/lib/acp/page/PackageUpdateSearchResultPage.class.php
wcfsetup/install/files/lib/acp/page/PackageViewPage.class.php
wcfsetup/install/files/lib/acp/page/UpdateServerListPage.class.php
wcfsetup/install/files/lib/acp/page/UserGroupListPage.class.php
wcfsetup/install/files/lib/acp/page/UserListPage.class.php
wcfsetup/install/files/lib/action/AJAXProxyAction.class.php
wcfsetup/install/files/lib/action/AbstractAction.class.php
wcfsetup/install/files/lib/action/AbstractAjaxAction.class.php
wcfsetup/install/files/lib/action/AbstractDialogAction.class.php
wcfsetup/install/files/lib/action/AbstractSecureAction.class.php
wcfsetup/install/files/lib/action/AbstractSecureObjectAction.class.php
wcfsetup/install/files/lib/action/Action.class.php
wcfsetup/install/files/lib/core.functions.php
wcfsetup/install/files/lib/data/AbstractDatabaseObjectAction.class.php
wcfsetup/install/files/lib/data/DatabaseObject.class.php
wcfsetup/install/files/lib/data/DatabaseObjectAction.class.php
wcfsetup/install/files/lib/data/DatabaseObjectDecorator.class.php
wcfsetup/install/files/lib/data/DatabaseObjectEditor.class.php
wcfsetup/install/files/lib/data/DatabaseObjectList.class.php
wcfsetup/install/files/lib/data/EditableCachedObject.class.php
wcfsetup/install/files/lib/data/EditableObject.class.php
wcfsetup/install/files/lib/data/StorableObject.class.php
wcfsetup/install/files/lib/data/acp/menu/item/ACPMenuItem.class.php
wcfsetup/install/files/lib/data/acp/menu/item/ACPMenuItemAction.class.php
wcfsetup/install/files/lib/data/acp/menu/item/ACPMenuItemEditor.class.php
wcfsetup/install/files/lib/data/acp/menu/item/ACPMenuItemList.class.php
wcfsetup/install/files/lib/data/acp/session/ACPSession.class.php
wcfsetup/install/files/lib/data/acp/session/ACPSessionAction.class.php
wcfsetup/install/files/lib/data/acp/session/ACPSessionEditor.class.php
wcfsetup/install/files/lib/data/acp/session/ACPSessionList.class.php
wcfsetup/install/files/lib/data/acp/session/access/log/ACPSessionAccessLog.class.php
wcfsetup/install/files/lib/data/acp/session/access/log/ACPSessionAccessLogAction.class.php
wcfsetup/install/files/lib/data/acp/session/access/log/ACPSessionAccessLogEditor.class.php
wcfsetup/install/files/lib/data/acp/session/access/log/ACPSessionAccessLogList.class.php
wcfsetup/install/files/lib/data/acp/session/data/ACPSessionData.class.php
wcfsetup/install/files/lib/data/acp/session/data/ACPSessionDataAction.class.php
wcfsetup/install/files/lib/data/acp/session/data/ACPSessionDataEditor.class.php
wcfsetup/install/files/lib/data/acp/session/data/ACPSessionDataList.class.php
wcfsetup/install/files/lib/data/acp/session/log/ACPSessionLog.class.php
wcfsetup/install/files/lib/data/acp/session/log/ACPSessionLogAction.class.php
wcfsetup/install/files/lib/data/acp/session/log/ACPSessionLogEditor.class.php
wcfsetup/install/files/lib/data/acp/session/log/ACPSessionLogList.class.php
wcfsetup/install/files/lib/data/acp/template/ACPTemplate.class.php
wcfsetup/install/files/lib/data/acp/template/ACPTemplateAction.class.php
wcfsetup/install/files/lib/data/acp/template/ACPTemplateEditor.class.php
wcfsetup/install/files/lib/data/acp/template/ACPTemplateList.class.php
wcfsetup/install/files/lib/data/application/Application.class.php
wcfsetup/install/files/lib/data/application/ApplicationAction.class.php
wcfsetup/install/files/lib/data/application/ApplicationEditor.class.php
wcfsetup/install/files/lib/data/application/ApplicationList.class.php
wcfsetup/install/files/lib/data/application/group/ApplicationGroup.class.php
wcfsetup/install/files/lib/data/application/group/ApplicationGroupAction.class.php
wcfsetup/install/files/lib/data/application/group/ApplicationGroupEditor.class.php
wcfsetup/install/files/lib/data/application/group/ApplicationGroupList.class.php
wcfsetup/install/files/lib/data/cleanup/listener/CleanupListener.class.php
wcfsetup/install/files/lib/data/cleanup/listener/CleanupListenerAction.class.php
wcfsetup/install/files/lib/data/cleanup/listener/CleanupListenerEditor.class.php
wcfsetup/install/files/lib/data/cleanup/listener/CleanupListenerList.class.php
wcfsetup/install/files/lib/data/core/object/CoreObject.class.php
wcfsetup/install/files/lib/data/core/object/CoreObjectAction.class.php
wcfsetup/install/files/lib/data/core/object/CoreObjectEditor.class.php
wcfsetup/install/files/lib/data/core/object/CoreObjectList.class.php
wcfsetup/install/files/lib/data/cronjob/Cronjob.class.php
wcfsetup/install/files/lib/data/cronjob/CronjobAction.class.php
wcfsetup/install/files/lib/data/cronjob/CronjobEditor.class.php
wcfsetup/install/files/lib/data/cronjob/CronjobList.class.php
wcfsetup/install/files/lib/data/cronjob/log/CronjobLog.class.php
wcfsetup/install/files/lib/data/cronjob/log/CronjobLogAction.class.php
wcfsetup/install/files/lib/data/cronjob/log/CronjobLogEditor.class.php
wcfsetup/install/files/lib/data/cronjob/log/CronjobLogList.class.php
wcfsetup/install/files/lib/data/event/listener/EventListener.class.php
wcfsetup/install/files/lib/data/event/listener/EventListenerAction.class.php
wcfsetup/install/files/lib/data/event/listener/EventListenerEditor.class.php
wcfsetup/install/files/lib/data/event/listener/EventListenerList.class.php
wcfsetup/install/files/lib/data/language/Language.class.php
wcfsetup/install/files/lib/data/language/LanguageAction.class.php
wcfsetup/install/files/lib/data/language/LanguageEditor.class.php
wcfsetup/install/files/lib/data/language/LanguageList.class.php
wcfsetup/install/files/lib/data/language/SetupLanguage.class.php
wcfsetup/install/files/lib/data/language/category/LanguageCategory.class.php
wcfsetup/install/files/lib/data/language/category/LanguageCategoryAction.class.php
wcfsetup/install/files/lib/data/language/category/LanguageCategoryEditor.class.php
wcfsetup/install/files/lib/data/language/category/LanguageCategoryList.class.php
wcfsetup/install/files/lib/data/language/item/LanguageItem.class.php
wcfsetup/install/files/lib/data/language/item/LanguageItemAction.class.php
wcfsetup/install/files/lib/data/language/item/LanguageItemEditor.class.php
wcfsetup/install/files/lib/data/language/item/LanguageItemList.class.php
wcfsetup/install/files/lib/data/language/server/LanguageServer.class.php
wcfsetup/install/files/lib/data/language/server/LanguageServerAction.class.php
wcfsetup/install/files/lib/data/language/server/LanguageServerEditor.class.php
wcfsetup/install/files/lib/data/language/server/LanguageServerList.class.php
wcfsetup/install/files/lib/data/option/Option.class.php
wcfsetup/install/files/lib/data/option/OptionAction.class.php
wcfsetup/install/files/lib/data/option/OptionEditor.class.php
wcfsetup/install/files/lib/data/option/OptionList.class.php
wcfsetup/install/files/lib/data/option/category/OptionCategory.class.php
wcfsetup/install/files/lib/data/option/category/OptionCategoryAction.class.php
wcfsetup/install/files/lib/data/option/category/OptionCategoryEditor.class.php
wcfsetup/install/files/lib/data/option/category/OptionCategoryList.class.php
wcfsetup/install/files/lib/data/package/Package.class.php
wcfsetup/install/files/lib/data/package/PackageAction.class.php
wcfsetup/install/files/lib/data/package/PackageEditor.class.php
wcfsetup/install/files/lib/data/package/PackageList.class.php
wcfsetup/install/files/lib/data/package/installation/plugin/PackageInstallationPlugin.class.php
wcfsetup/install/files/lib/data/package/installation/plugin/PackageInstallationPluginAction.class.php
wcfsetup/install/files/lib/data/package/installation/plugin/PackageInstallationPluginEditor.class.php
wcfsetup/install/files/lib/data/package/installation/plugin/PackageInstallationPluginList.class.php
wcfsetup/install/files/lib/data/package/installation/queue/PackageInstallationQueue.class.php
wcfsetup/install/files/lib/data/package/installation/queue/PackageInstallationQueueAction.class.php
wcfsetup/install/files/lib/data/package/installation/queue/PackageInstallationQueueEditor.class.php
wcfsetup/install/files/lib/data/package/installation/queue/PackageInstallationQueueList.class.php
wcfsetup/install/files/lib/data/package/update/PackageUpdate.class.php
wcfsetup/install/files/lib/data/package/update/PackageUpdateAction.class.php
wcfsetup/install/files/lib/data/package/update/PackageUpdateEditor.class.php
wcfsetup/install/files/lib/data/package/update/PackageUpdateList.class.php
wcfsetup/install/files/lib/data/package/update/server/PackageUpdateServer.class.php
wcfsetup/install/files/lib/data/package/update/server/PackageUpdateServerAction.class.php
wcfsetup/install/files/lib/data/package/update/server/PackageUpdateServerEditor.class.php
wcfsetup/install/files/lib/data/package/update/server/PackageUpdateServerList.class.php
wcfsetup/install/files/lib/data/package/update/version/PackageUpdateVersion.class.php
wcfsetup/install/files/lib/data/package/update/version/PackageUpdateVersionAction.class.php
wcfsetup/install/files/lib/data/package/update/version/PackageUpdateVersionEditor.class.php
wcfsetup/install/files/lib/data/package/update/version/PackageUpdateVersionList.class.php
wcfsetup/install/files/lib/data/page/location/Location.class.php
wcfsetup/install/files/lib/data/page/location/PageLocation.class.php
wcfsetup/install/files/lib/data/page/location/PageLocationAction.class.php
wcfsetup/install/files/lib/data/page/location/PageLocationEditor.class.php
wcfsetup/install/files/lib/data/page/location/PageLocationList.class.php
wcfsetup/install/files/lib/data/page/menu/item/PageMenuItem.class.php
wcfsetup/install/files/lib/data/page/menu/item/PageMenuItemAction.class.php
wcfsetup/install/files/lib/data/page/menu/item/PageMenuItemEditor.class.php
wcfsetup/install/files/lib/data/page/menu/item/PageMenuItemList.class.php
wcfsetup/install/files/lib/data/search/Search.class.php
wcfsetup/install/files/lib/data/search/SearchAction.class.php
wcfsetup/install/files/lib/data/search/SearchEditor.class.php
wcfsetup/install/files/lib/data/search/SearchList.class.php
wcfsetup/install/files/lib/data/session/Session.class.php
wcfsetup/install/files/lib/data/session/SessionAction.class.php
wcfsetup/install/files/lib/data/session/SessionEditor.class.php
wcfsetup/install/files/lib/data/session/SessionList.class.php
wcfsetup/install/files/lib/data/session/data/SessionData.class.php
wcfsetup/install/files/lib/data/session/data/SessionDataAction.class.php
wcfsetup/install/files/lib/data/session/data/SessionDataEditor.class.php
wcfsetup/install/files/lib/data/session/data/SessionDataList.class.php
wcfsetup/install/files/lib/data/spider/Spider.class.php
wcfsetup/install/files/lib/data/spider/SpiderAction.class.php
wcfsetup/install/files/lib/data/spider/SpiderEditor.class.php
wcfsetup/install/files/lib/data/spider/SpiderList.class.php
wcfsetup/install/files/lib/data/style/ActiveStyle.class.php
wcfsetup/install/files/lib/data/style/Style.class.php
wcfsetup/install/files/lib/data/style/StyleAction.class.php
wcfsetup/install/files/lib/data/style/StyleEditor.class.php
wcfsetup/install/files/lib/data/style/StyleList.class.php
wcfsetup/install/files/lib/data/template/Template.class.php
wcfsetup/install/files/lib/data/template/TemplateAction.class.php
wcfsetup/install/files/lib/data/template/TemplateEditor.class.php
wcfsetup/install/files/lib/data/template/TemplateList.class.php
wcfsetup/install/files/lib/data/template/group/TemplateGroup.class.php
wcfsetup/install/files/lib/data/template/group/TemplateGroupAction.class.php
wcfsetup/install/files/lib/data/template/group/TemplateGroupEditor.class.php
wcfsetup/install/files/lib/data/template/group/TemplateGroupList.class.php
wcfsetup/install/files/lib/data/template/listener/TemplateListener.class.php
wcfsetup/install/files/lib/data/template/listener/TemplateListenerAction.class.php
wcfsetup/install/files/lib/data/template/listener/TemplateListenerEditor.class.php
wcfsetup/install/files/lib/data/template/listener/TemplateListenerList.class.php
wcfsetup/install/files/lib/data/user/User.class.php
wcfsetup/install/files/lib/data/user/UserAction.class.php
wcfsetup/install/files/lib/data/user/UserEditor.class.php
wcfsetup/install/files/lib/data/user/UserList.class.php
wcfsetup/install/files/lib/data/user/group/UserGroup.class.php
wcfsetup/install/files/lib/data/user/group/UserGroupAction.class.php
wcfsetup/install/files/lib/data/user/group/UserGroupEditor.class.php
wcfsetup/install/files/lib/data/user/group/UserGroupList.class.php
wcfsetup/install/files/lib/data/user/group/option/UserGroupOption.class.php
wcfsetup/install/files/lib/data/user/group/option/UserGroupOptionAction.class.php
wcfsetup/install/files/lib/data/user/group/option/UserGroupOptionEditor.class.php
wcfsetup/install/files/lib/data/user/group/option/UserGroupOptionList.class.php
wcfsetup/install/files/lib/data/user/group/option/category/UserGroupOptionCategory.class.php
wcfsetup/install/files/lib/data/user/group/option/category/UserGroupOptionCategoryAction.class.php
wcfsetup/install/files/lib/data/user/group/option/category/UserGroupOptionCategoryEditor.class.php
wcfsetup/install/files/lib/data/user/group/option/category/UserGroupOptionCategoryList.class.php
wcfsetup/install/files/lib/data/user/option/UserOption.class.php
wcfsetup/install/files/lib/data/user/option/UserOptionAction.class.php
wcfsetup/install/files/lib/data/user/option/UserOptionList.class.php
wcfsetup/install/files/lib/data/user/option/UserOptionOutput.class.php
wcfsetup/install/files/lib/data/user/option/category/UserOptionCategory.class.php
wcfsetup/install/files/lib/data/user/option/category/UserOptionCategoryAction.class.php
wcfsetup/install/files/lib/data/user/option/category/UserOptionCategoryEditor.class.php
wcfsetup/install/files/lib/data/user/option/category/UserOptionCategoryList.class.php
wcfsetup/install/files/lib/form/AbstractForm.class.php
wcfsetup/install/files/lib/form/AbstractSecureForm.class.php
wcfsetup/install/files/lib/form/Form.class.php
wcfsetup/install/files/lib/page/AbstractPage.class.php
wcfsetup/install/files/lib/page/AbstractSecurePage.class.php
wcfsetup/install/files/lib/page/MultipleLinkPage.class.php
wcfsetup/install/files/lib/page/Page.class.php
wcfsetup/install/files/lib/page/SortablePage.class.php
wcfsetup/install/files/lib/page/util/InlineCalendar.class.php
wcfsetup/install/files/lib/system/SingletonFactory.class.php
wcfsetup/install/files/lib/system/WCF.class.php
wcfsetup/install/files/lib/system/WCFACP.class.php
wcfsetup/install/files/lib/system/WCFSetup.class.php
wcfsetup/install/files/lib/system/application/AbstractApplication.class.php
wcfsetup/install/files/lib/system/application/Application.class.php
wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php
wcfsetup/install/files/lib/system/auth/UserAuth.class.php
wcfsetup/install/files/lib/system/auth/UserAuthDefault.class.php
wcfsetup/install/files/lib/system/breadcrumb/Breadcrumb.class.php
wcfsetup/install/files/lib/system/breadcrumb/Breadcrumbs.class.php
wcfsetup/install/files/lib/system/cache/CacheBuilder.class.php
wcfsetup/install/files/lib/system/cache/CacheBuilderACPMenu.class.php
wcfsetup/install/files/lib/system/cache/CacheBuilderApplication.class.php
wcfsetup/install/files/lib/system/cache/CacheBuilderCleanupAdapter.class.php
wcfsetup/install/files/lib/system/cache/CacheBuilderCoreObject.class.php
wcfsetup/install/files/lib/system/cache/CacheBuilderCronjob.class.php
wcfsetup/install/files/lib/system/cache/CacheBuilderEventListener.class.php
wcfsetup/install/files/lib/system/cache/CacheBuilderIcon.class.php
wcfsetup/install/files/lib/system/cache/CacheBuilderLanguage.class.php
wcfsetup/install/files/lib/system/cache/CacheBuilderOption.class.php
wcfsetup/install/files/lib/system/cache/CacheBuilderPackage.class.php
wcfsetup/install/files/lib/system/cache/CacheBuilderPackageDependency.class.php
wcfsetup/install/files/lib/system/cache/CacheBuilderPageMenu.class.php
wcfsetup/install/files/lib/system/cache/CacheBuilderSpider.class.php
wcfsetup/install/files/lib/system/cache/CacheBuilderStyle.class.php
wcfsetup/install/files/lib/system/cache/CacheBuilderTemplate.class.php
wcfsetup/install/files/lib/system/cache/CacheBuilderTemplateGroup.class.php
wcfsetup/install/files/lib/system/cache/CacheBuilderTemplateListener.class.php
wcfsetup/install/files/lib/system/cache/CacheBuilderTemplateListenerCode.class.php
wcfsetup/install/files/lib/system/cache/CacheBuilderUserGroup.class.php
wcfsetup/install/files/lib/system/cache/CacheBuilderUserGroupPermission.class.php
wcfsetup/install/files/lib/system/cache/CacheHandler.class.php
wcfsetup/install/files/lib/system/cache/SetupCacheHandler.class.php
wcfsetup/install/files/lib/system/cache/source/CacheSource.class.php
wcfsetup/install/files/lib/system/cache/source/DiskCacheSource.class.php
wcfsetup/install/files/lib/system/cache/source/MemcacheAdapter.class.php
wcfsetup/install/files/lib/system/cache/source/MemcacheCacheSource.class.php
wcfsetup/install/files/lib/system/cleanup/CleanupAdapter.class.php
wcfsetup/install/files/lib/system/cleanup/CleanupHandler.class.php
wcfsetup/install/files/lib/system/cronjob/CleanUpCronjobLogCronjob.class.php
wcfsetup/install/files/lib/system/cronjob/CleanUpSessionLogCronjob.class.php
wcfsetup/install/files/lib/system/cronjob/CleanupListenerCronjob.class.php
wcfsetup/install/files/lib/system/cronjob/Cronjob.class.php
wcfsetup/install/files/lib/system/cronjob/CronjobScheduler.class.php
wcfsetup/install/files/lib/system/cronjob/GetUpdateInfoCronjob.class.php
wcfsetup/install/files/lib/system/cronjob/RefreshSearchRobotsCronjob.class.php
wcfsetup/install/files/lib/system/database/Database.class.php
wcfsetup/install/files/lib/system/database/DatabaseException.class.php
wcfsetup/install/files/lib/system/database/MySQLDatabase.class.php
wcfsetup/install/files/lib/system/database/PostgreSQLDatabase.class.php
wcfsetup/install/files/lib/system/database/editor/DatabaseEditor.class.php
wcfsetup/install/files/lib/system/database/editor/MySQLDatabaseEditor.class.php
wcfsetup/install/files/lib/system/database/editor/PostgreSQLDatabaseEditor.class.php
wcfsetup/install/files/lib/system/database/statement/PreparedStatement.class.php
wcfsetup/install/files/lib/system/database/util/ConditionBuilder.class.php
wcfsetup/install/files/lib/system/database/util/PreparedStatementConditionBuilder.class.php
wcfsetup/install/files/lib/system/database/util/SQLParser.class.php
wcfsetup/install/files/lib/system/event/EventHandler.class.php
wcfsetup/install/files/lib/system/event/EventListener.class.php
wcfsetup/install/files/lib/system/event/listener/SessionAccessLogListener.class.php
wcfsetup/install/files/lib/system/exception/AJAXException.class.php
wcfsetup/install/files/lib/system/exception/IllegalLinkException.class.php
wcfsetup/install/files/lib/system/exception/NamedUserException.class.php
wcfsetup/install/files/lib/system/exception/PermissionDeniedException.class.php
wcfsetup/install/files/lib/system/exception/PrintableException.class.php
wcfsetup/install/files/lib/system/exception/SystemException.class.php
wcfsetup/install/files/lib/system/exception/UserException.class.php
wcfsetup/install/files/lib/system/exception/UserInputException.class.php
wcfsetup/install/files/lib/system/exception/ValidateActionException.class.php
wcfsetup/install/files/lib/system/form/FormDocument.class.php
wcfsetup/install/files/lib/system/form/FormElement.class.php
wcfsetup/install/files/lib/system/form/FormElementContainer.class.php
wcfsetup/install/files/lib/system/form/container/AbstractFormElementContainer.class.php
wcfsetup/install/files/lib/system/form/container/GroupFormElementContainer.class.php
wcfsetup/install/files/lib/system/form/container/MultipleSelectionFormElementContainer.class.php
wcfsetup/install/files/lib/system/form/container/SelectionFormElementContainer.class.php
wcfsetup/install/files/lib/system/form/container/SingleSelectionFormElementContainer.class.php
wcfsetup/install/files/lib/system/form/element/AbstractFormElement.class.php
wcfsetup/install/files/lib/system/form/element/AbstractNamedFormElement.class.php
wcfsetup/install/files/lib/system/form/element/LabelFormElement.class.php
wcfsetup/install/files/lib/system/form/element/MultipleSelectionFormElement.class.php
wcfsetup/install/files/lib/system/form/element/PasswordInputFormElement.class.php
wcfsetup/install/files/lib/system/form/element/SingleSelectionFormElement.class.php
wcfsetup/install/files/lib/system/form/element/TextInputFormElement.class.php
wcfsetup/install/files/lib/system/image/Thumbnail.class.php
wcfsetup/install/files/lib/system/io/FTP.class.php
wcfsetup/install/files/lib/system/io/File.class.php
wcfsetup/install/files/lib/system/io/GZipFile.class.php
wcfsetup/install/files/lib/system/io/RemoteFile.class.php
wcfsetup/install/files/lib/system/io/Tar.class.php
wcfsetup/install/files/lib/system/io/TarWriter.class.php
wcfsetup/install/files/lib/system/io/ZipWriter.class.php
wcfsetup/install/files/lib/system/language/LanguageFactory.class.php
wcfsetup/install/files/lib/system/mail/DebugMailSender.class.php
wcfsetup/install/files/lib/system/mail/Mail.class.php
wcfsetup/install/files/lib/system/mail/MailSender.class.php
wcfsetup/install/files/lib/system/mail/PHPMailSender.class.php
wcfsetup/install/files/lib/system/mail/SMTPMailSender.class.php
wcfsetup/install/files/lib/system/menu/TreeMenu.class.php
wcfsetup/install/files/lib/system/menu/TreeMenuItem.class.php
wcfsetup/install/files/lib/system/menu/acp/ACPMenu.class.php
wcfsetup/install/files/lib/system/menu/page/DefaultPageMenuItemProvider.class.php
wcfsetup/install/files/lib/system/menu/page/PageMenu.class.php
wcfsetup/install/files/lib/system/menu/page/PageMenuItemProvider.class.php
wcfsetup/install/files/lib/system/option/OptionType.class.php
wcfsetup/install/files/lib/system/option/OptionTypeBoolean.class.php
wcfsetup/install/files/lib/system/option/OptionTypeCustomselect.class.php
wcfsetup/install/files/lib/system/option/OptionTypeDate.class.php
wcfsetup/install/files/lib/system/option/OptionTypeFloat.class.php
wcfsetup/install/files/lib/system/option/OptionTypeInteger.class.php
wcfsetup/install/files/lib/system/option/OptionTypeMultiselect.class.php
wcfsetup/install/files/lib/system/option/OptionTypePassword.class.php
wcfsetup/install/files/lib/system/option/OptionTypeRadiobuttons.class.php
wcfsetup/install/files/lib/system/option/OptionTypeSelect.class.php
wcfsetup/install/files/lib/system/option/OptionTypeText.class.php
wcfsetup/install/files/lib/system/option/OptionTypeTextarea.class.php
wcfsetup/install/files/lib/system/option/OptionTypeTimezone.class.php
wcfsetup/install/files/lib/system/option/SearchableUserOption.class.php
wcfsetup/install/files/lib/system/option/group/GroupOptionType.class.php
wcfsetup/install/files/lib/system/option/group/GroupOptionTypeBoolean.class.php
wcfsetup/install/files/lib/system/option/group/GroupOptionTypeGroups.class.php
wcfsetup/install/files/lib/system/option/group/GroupOptionTypeInfiniteInteger.class.php
wcfsetup/install/files/lib/system/option/group/GroupOptionTypeInfiniteInverseInteger.class.php
wcfsetup/install/files/lib/system/option/group/GroupOptionTypeInteger.class.php
wcfsetup/install/files/lib/system/option/group/GroupOptionTypeInverseInteger.class.php
wcfsetup/install/files/lib/system/option/group/GroupOptionTypeText.class.php
wcfsetup/install/files/lib/system/option/group/GroupOptionTypeTextarea.class.php
wcfsetup/install/files/lib/system/package/ACPTemplatesFileHandler.class.php
wcfsetup/install/files/lib/system/package/FilesFileHandler.class.php
wcfsetup/install/files/lib/system/package/PackageArchive.class.php
wcfsetup/install/files/lib/system/package/PackageDependencyHandler.class.php
wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php
wcfsetup/install/files/lib/system/package/PackageInstallationFileHandler.class.php
wcfsetup/install/files/lib/system/package/PackageInstallationFormManager.class.php
wcfsetup/install/files/lib/system/package/PackageInstallationNodeBuilder.class.php
wcfsetup/install/files/lib/system/package/PackageInstallationScheduler.class.php
wcfsetup/install/files/lib/system/package/PackageInstallationStep.class.php
wcfsetup/install/files/lib/system/package/PackageUninstallationDispatcher.class.php
wcfsetup/install/files/lib/system/package/PackageUninstallationNodeBuilder.class.php
wcfsetup/install/files/lib/system/package/PackageUpdateAuthorizationRequiredException.class.php
wcfsetup/install/files/lib/system/package/PackageUpdateDispatcher.class.php
wcfsetup/install/files/lib/system/package/TemplatesFileHandler.class.php
wcfsetup/install/files/lib/system/package/plugin/ACPMenuPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/ACPTemplatesPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/AbstractMenuPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/AbstractOptionPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/AbstractPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/AbstractXMLPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/CoreObjectPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/CronjobsPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/EventListenerPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/FilesPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/GroupOptionsPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/LanguagesPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/OptionsPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/PIPPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/PackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/PageLocationPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/PageMenuPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/ScriptPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/SqlPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/StyleAttributesPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/StylePackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/TemplateListenerPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/TemplatesPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/UserOptionsPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/request/LinkHandler.class.php
wcfsetup/install/files/lib/system/request/Request.class.php
wcfsetup/install/files/lib/system/request/RequestHandler.class.php
wcfsetup/install/files/lib/system/session/ACPSessionFactory.class.php
wcfsetup/install/files/lib/system/session/AbstractSessionHandler.class.php
wcfsetup/install/files/lib/system/session/SessionFactory.class.php
wcfsetup/install/files/lib/system/session/SessionHandler.class.php
wcfsetup/install/files/lib/system/setup/FileHandler.class.php
wcfsetup/install/files/lib/system/setup/Installer.class.php
wcfsetup/install/files/lib/system/setup/Uninstaller.class.php
wcfsetup/install/files/lib/system/storage/StorageHandler.class.php
wcfsetup/install/files/lib/system/style/StyleHandler.class.php
wcfsetup/install/files/lib/system/template/ACPTemplateEngine.class.php
wcfsetup/install/files/lib/system/template/SetupTemplate.class.php
wcfsetup/install/files/lib/system/template/SetupTemplateEngine.class.php
wcfsetup/install/files/lib/system/template/TemplateCompiler.class.php
wcfsetup/install/files/lib/system/template/TemplateEngine.class.php
wcfsetup/install/files/lib/system/template/TemplatePluginBlock.class.php
wcfsetup/install/files/lib/system/template/TemplatePluginCompiler.class.php
wcfsetup/install/files/lib/system/template/TemplatePluginFunction.class.php
wcfsetup/install/files/lib/system/template/TemplatePluginModifier.class.php
wcfsetup/install/files/lib/system/template/TemplatePluginPrefilter.class.php
wcfsetup/install/files/lib/system/template/TemplateScriptingCompiler.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginBlockLink.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginCompilerAppend.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginCompilerAssign.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginCompilerFetch.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginCompilerIcon.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginCompilerImplode.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginCompilerLang.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginCompilerPrepend.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginCompilerStaticlang.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginFunctionCounter.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginFunctionCycle.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginFunctionHtmlcheckboxes.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginFunctionHtmloptions.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginFunctionPages.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginFunctionSmallpages.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginModifierArrayfromlist.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginModifierConcat.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginModifierDate.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginModifierDatediff.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginModifierEncodejs.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginModifierFilesize.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginModifierFilesizeBinary.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginModifierPlainTime.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginModifierTime.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginModifierTruncate.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginPrefilterEvent.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginPrefilterHascontent.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginPrefilterIcon.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginPrefilterLang.class.php
wcfsetup/install/files/lib/util/ArrayUtil.class.php
wcfsetup/install/files/lib/util/BasicFileUtil.class.php
wcfsetup/install/files/lib/util/CronjobUtil.class.php
wcfsetup/install/files/lib/util/DateUtil.class.php
wcfsetup/install/files/lib/util/FileUtil.class.php
wcfsetup/install/files/lib/util/HeaderUtil.class.php
wcfsetup/install/files/lib/util/ImageUtil.class.php
wcfsetup/install/files/lib/util/MathUtil.class.php
wcfsetup/install/files/lib/util/StringStack.class.php
wcfsetup/install/files/lib/util/StringUtil.class.php
wcfsetup/install/files/lib/util/StyleUtil.class.php
wcfsetup/install/files/lib/util/UserUtil.class.php
wcfsetup/install/files/lib/util/XML.class.php
wcfsetup/install/files/options.inc.php

index a23ce7f5b264a0f6fdd3617402fc6a9260fc2645..5d656a06a1967b97f67994aa37330fb527c8e938 100644 (file)
@@ -23,4 +23,3 @@ class UserNotification extends DatabaseObject {
         */
        protected static $databaseTableIndexName = 'notificationID';
 }
-?>
\ No newline at end of file
index 6c2a2c5a3a6224c76f9c38d4174ec69e7efcdb19..6ff75579a92031e3d76bc2a2ecc5a520f5399b86 100644 (file)
@@ -18,4 +18,3 @@ class UserNotificationAction extends AbstractDatabaseObjectAction {
         */
        protected $className = 'wcf\data\user\notification\UserNotificationEditor';
 }
-?>
\ No newline at end of file
index 27a1148edf6ab9e454115818f5bd7541ea85a74d..56aa391ade3cf077955a2b2898594b5305709752 100644 (file)
@@ -18,4 +18,3 @@ class UserNotificationEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\user\notification\UserNotification';
 }
-?>
\ No newline at end of file
index 01753381cc7e9e0b4818ee0985fcdf76b9df56df..51ad2876806229926956320d247585ece86179b3 100644 (file)
@@ -18,4 +18,3 @@ class UserNotificationList extends DatabaseObjectList {
         */
        public $className = 'wcf\data\user\notification\UserNotification';
 }
-?>
\ No newline at end of file
index 3da47db8299ff1b3df1c09d1466e1d79553fc39b..1def755af5f9a45aaa6391f2e777b63d205b4d50 100644 (file)
@@ -23,4 +23,3 @@ class UserNotificationEvent extends DatabaseObject {
         */
        protected static $databaseTableIndexName = 'eventID';
 }
-?>
\ No newline at end of file
index b9b68acc9a52620742017075560e4f15197f431c..3f82a7c69bcb4611b4ae472472bc4ad83ffc84cc 100644 (file)
@@ -18,4 +18,3 @@ class UserNotificationEventAction extends AbstractDatabaseObjectAction {
         */
        protected $className = 'wcf\data\user\notification\event\UserNotificationEventEditor';
 }
-?>
\ No newline at end of file
index 1efd8801254634227384a0198eebf532cf2cc594..071e0d16a1ad4c445c8b387ff9ddc138ea242494 100644 (file)
@@ -18,4 +18,3 @@ class UserNotificationEventEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\user\notification\event\UserNotificationEvent';
 }
-?>
\ No newline at end of file
index 7291baf460f1e96b14a4cfd79f1caace6eaf7a12..121b1f236625e987cd3fee81dc55f81796548d0d 100644 (file)
@@ -18,4 +18,3 @@ class UserNotificationEventList extends DatabaseObjectList {
         */
        public $className = 'wcf\data\user\notification\event\UserNotificationEvent';
 }
-?>
\ No newline at end of file
index 671f53c3eda7be2b645b9b942f9a2ff050a075a9..53285f64fd792733e1f35b9e530b47321bee6931 100644 (file)
@@ -23,4 +23,3 @@ class UserNotificationObjectType extends DatabaseObject {
         */
        protected static $databaseTableIndexName = 'objectTypeID';
 }
-?>
\ No newline at end of file
index ce458e0df376378d6fbdd82f3cf06e97c5d102dd..e093d09ef4417f2968369e77e32f763bfb5fa78d 100644 (file)
@@ -18,4 +18,3 @@ class UserNotificationObjectTypeAction extends AbstractDatabaseObjectAction {
         */
        protected $className = 'wcf\data\user\notification\object\type\UserNotificationObjectTypeEditor';
 }
-?>
\ No newline at end of file
index 320bdb05688c5297d41a13b7ee56bb815a46c9cd..aef0718da2c1123a8c1bcf9fa79b4e4377517227 100644 (file)
@@ -18,4 +18,3 @@ class UserNotificationObjectTypeEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\user\notification\object\type\UserNotificationObjectType';
 }
-?>
\ No newline at end of file
index 370061d5df21bf4c427dad402d4c6153b52b5a94..938a19efae0a098749863b57da001f165e84efaf 100644 (file)
@@ -18,4 +18,3 @@ class UserNotificationObjectTypeList extends DatabaseObjectList {
         */
        public $className = 'wcf\data\user\notification\object\type\UserNotificationObjectType';
 }
-?>
\ No newline at end of file
index cd76b2593deb1e39d141eee8aa3dac17fd0d6703..44ee455823b8e14783c9ec45e3f5b5913e6c1ab6 100644 (file)
@@ -23,4 +23,3 @@ class UserNotificationType extends DatabaseObject {
         */
        protected static $databaseTableIndexName = 'notificationTypeID';
 }
-?>
\ No newline at end of file
index dc117f99605d0758dcc9ce3b3805d38d8e7f17bc..e115b3c8575819ebceb04e47b52a3a012cba104a 100644 (file)
@@ -18,4 +18,3 @@ class UserNotificationTypeAction extends AbstractDatabaseObjectAction {
         */
        protected $className = 'wcf\data\user\notification\type\UserNotificationTypeEditor';
 }
-?>
\ No newline at end of file
index b0cefee03b0885c5a72847983c6ff7a3cb695a4f..da9f8e43eae29e0c00cfcae298351c63a88c5ed3 100644 (file)
@@ -18,4 +18,3 @@ class UserNotificationTypeEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\user\notification\type\UserNotificationType';
 }
-?>
\ No newline at end of file
index 829efbe013c7b3c259fa4cfe5f44d4935b886646..c181f35164939b05d1030bd243b9600dc7019b5b 100644 (file)
@@ -18,4 +18,3 @@ class UserNotificationTypeList extends DatabaseObjectList {
         */
        public $className = 'wcf\data\user\notification\type\UserNotificationType';
 }
-?>
\ No newline at end of file
index f47ddac9d635d3bf82716bc6d3e3fc7879e9354a..7cfdffd242c84d2044272e801bb3f1a424bae043 100644 (file)
@@ -752,5 +752,4 @@ if (!class_exists('wcf\system\WCFSetup')) {
 }\r
 \r
 // start setup\r
-new \wcf\system\WCFSetup();\r
-?>
\ No newline at end of file
+new \wcf\system\WCFSetup();
index 936dc9c709305527392567363ba4eb46f78b29f6..4d270e0ecf3fb4864d31f6016b8eaf69fa866e40 100644 (file)
@@ -16,5 +16,4 @@ define('WCF_DIR', dirname(dirname(__FILE__)).'/');
 // starting wcf acp\r
 require_once(WCF_DIR.'lib/system/WCF.class.php');\r
 require_once(WCF_DIR.'lib/system/WCFACP.class.php');\r
-new wcf\system\WCFACP();\r
-?>
\ No newline at end of file
+new wcf\system\WCFACP();
index ddcb1cf6d8b14a9ffb5ffdcdeead1e4de1e8a837..209aa44678d3663be9ce385a84a108e8fc7701a4 100644 (file)
@@ -7,5 +7,4 @@
  * @category   Community Framework\r
  */\r
 require_once('./global.php');\r
-wcf\system\request\RequestHandler::getInstance()->handle('wcf', true);\r
-?>
\ No newline at end of file
+wcf\system\request\RequestHandler::getInstance()->handle('wcf', true);
index b368a403f0081a1e902ed5a5d64d668c2ea01746..6f60c10ae0106917570e38c06d9dc25f8aac2602 100644 (file)
@@ -109,5 +109,4 @@ CacheHandler::getInstance()->clear(WCF_DIR.'cache/', '*');
 LanguageEditor::deleteLanguageFiles();\r
 \r
 // delete all compiled templates\r
-ACPTemplateEngine::deleteCompiledTemplates(WCF_DIR.'acp/templates/compiled/');\r
-?>\r
+ACPTemplateEngine::deleteCompiledTemplates(WCF_DIR.'acp/templates/compiled/');
index 376d4679a4f3e5b5df8ef843757397987e35a5df..b46f39faa2ed32b0ea56a955174707532c1e89da 100644 (file)
@@ -11,5 +11,4 @@ define('WCF_DIR', dirname(__FILE__).'/');
 \r
 // initiate wcf core\r
 require_once(WCF_DIR.'lib/system/WCF.class.php');\r
-new wcf\system\WCF();\r
-?>
\ No newline at end of file
+new wcf\system\WCF();
index 4b1d619fb56102ed06e08eaa13f0d8858cea2030..be9ef4f2338ea8d6b2bb60e36e01dd0ff8aa66c0 100644 (file)
@@ -11,5 +11,4 @@ namespace wcf\acp\action;
  * @subpackage acp.action\r
  * @category   Community Framework\r
  */\r
-class AJAXProxyAction extends \wcf\action\AJAXProxyAction { }\r
-?>
\ No newline at end of file
+class AJAXProxyAction extends \wcf\action\AJAXProxyAction { }
index 70158c23640e3de3b04276b88828db646cdb9afc..8cefde3f12da5735ecf1d02097b8ccb591f3838d 100644 (file)
@@ -154,5 +154,4 @@ class InstallPackageAction extends AbstractDialogAction {
                        break;\r
                }\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 5124754dd6799f93a4b4521c74f68c199e32657c..1a23c911dd87fbb5ae5414759d69d51d7eb63ee2 100644 (file)
@@ -37,5 +37,4 @@ class LogoutAction extends AbstractSecureAction {
                HeaderUtil::redirect('index.php'.SID_ARG_1ST);\r
                exit;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 360be3808cd6a01fd5ec73fb2c53c1e4c5c3f9ee..b70533cfd2baff20d6c471e0e1fdc49a769a80cc 100644 (file)
@@ -51,5 +51,4 @@ class OptionExportAction extends AbstractAction {
                $this->executed();\r
                exit;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 6fff5ee0741952f9364df9092d930a454adf0a95..046833c621fd5b0e97e5f94d8ec6eaaf0ed43338 100644 (file)
@@ -146,5 +146,4 @@ class UninstallPackageAction extends InstallPackageAction {
                        break;\r
                }\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 61571780e1ee6daf4b24bf30d1a24f702913d9ab..a89854d7cc25903a2f5b3db3f937ebe98bd9a04e 100644 (file)
@@ -30,5 +30,4 @@ class ACPForm extends AbstractForm {
                \r
                parent::show();\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 59f672653b2ada827263e473473931806d1af5c3..fabd38cb155d5f536469fff4114cf6604c62d23e 100644 (file)
@@ -375,5 +375,4 @@ abstract class AbstractOptionListForm extends AbstractForm {
                \r
                return $children;\r
        }\r
-}\r
-?>\r
+}
index 9ba9efa486f712368cea4d0254d0f6b35d5a3291..97c4782449ff96bc045c45dbdd0c360b30efe506 100644 (file)
@@ -175,5 +175,4 @@ class CronjobAddForm extends ACPForm {
                        'action' => 'add'\r
                ));\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index edaf6dc886504670cd29173f18f82e24c1c8cace..5ce0d0af562526d78a9948de6c64de0c2ca71abf 100644 (file)
@@ -111,5 +111,4 @@ class CronjobEditForm extends CronjobAddForm {
                        'action' => 'edit'\r
                ));\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 5db07355a5d5d10d971153853190a7f2bf879f41..929cb4a2930a9463707563be9e0dd7957bd0d672 100644 (file)
@@ -105,4 +105,3 @@ class LanguageServerAddForm extends ACPForm {
                parent::show();
        }
 }
-?>
index 567bc18a83290558bac9fe1409f2e8a8a60cf408..4434d2c15f01ffc58489ab67ff1cc00858e3a870 100644 (file)
@@ -88,4 +88,3 @@ class LanguageServerEditForm extends LanguageServerAddForm {
                ));
        }
 }
-?>
index 4422a2a79846eefa2671247913c3866c1e930c82..b1ae7cbda5c10ac94a540665a7b6ec4060511032 100644 (file)
@@ -153,5 +153,4 @@ class LoginForm extends AbstractForm {
                        'url' => $this->url\r
                ));\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 886b1af999bc6edae872b74930ab829a3f66d855..21e11d931430a2a5a1b42d43b0cb1590c774b267 100644 (file)
@@ -114,4 +114,3 @@ class MasterPasswordForm extends ACPForm {
                ));
        }
 }
-?>
\ No newline at end of file
index eb72b9e20f38863a5534da6c91652750909f4f12..f2af637e18d9981ba42863208b2477746cee9cb6 100644 (file)
@@ -140,4 +140,3 @@ define('MASTER_PASSWORD_SALT', '".$salt."');
                ));
        }
 }
-?>
index f078e3208047fc8458eac8b56b06d09910807cdc..356ffd3281376d485d82827dd2be7f00486198e6 100644 (file)
@@ -150,5 +150,4 @@ class OptionForm extends AbstractOptionListForm {
                if (!parent::checkOption($option)) return false;\r
                return ($option->hidden != 1);\r
        }\r
-}\r
-?>\r
+}
index 448179a932a33ebc7425d68898f385f910eab847..e722a1a3df984acf4b605ef36f5fc31da9c485fe 100644 (file)
@@ -120,4 +120,3 @@ class OptionImportForm extends ACPForm {
                parent::show();
        }
 }
-?>
\ No newline at end of file
index 91403d305030b14f9dd19ed8b08004cdcf45bb3e..18e5fc82a4bbce20c50aeae6a45346ed205449f8 100644 (file)
@@ -223,5 +223,4 @@ class PackageStartInstallForm extends ACPForm {
                \r
                parent::show();\r
        }\r
-}\r
-?>\r
+}
index 81928c05b38cb45ea17166bf45acc964404ffdc6..eaa39bc39842ac1075d04d428f02e295d08d2027 100644 (file)
@@ -258,4 +258,3 @@ class PackageUpdateAuthForm extends ACPForm {
                }
        }
 }
-?>
index 34aacce39a166ab807ede5f5094dd69bbf40efd3..91331d1ec15414248614e68aceaa44b2b8890196 100644 (file)
@@ -113,4 +113,3 @@ class PackageUpdateForm extends ACPForm {
                parent::show();
        }
 }
-?>
index 17cad2b45557c4e9532ac0ea3c0c9e24c7f7faa3..632a3b5a99ed96e2543fae27f28cc6b18c6f8ef0 100644 (file)
@@ -223,4 +223,3 @@ class PackageUpdateSearchForm extends ACPForm {
                parent::show();
        }
 }
-?>
index 015c33ae275ae56c8e38793c2a181f3ff80766ef..9fcafd6f840c37d72ecb8fe1dd9f7044ec44ca31 100644 (file)
@@ -123,4 +123,3 @@ class UpdateServerAddForm extends ACPForm {
                parent::show();
        }
 }
-?>
\ No newline at end of file
index 6a3e71f53e4b4d17ce5f854f69187670d8f99ffd..41cde249d7257f6bf3929aa326642c68ab114e0a 100644 (file)
@@ -92,4 +92,3 @@ class UpdateServerEditForm extends UpdateServerAddForm {
                ));
        }
 }
-?>
\ No newline at end of file
index 535937755a60b7986909e1da8f4e1d7029a49bfe..9631f5ffc1f23f2857f78d0c7b8f0b804fdee99d 100644 (file)
@@ -337,5 +337,4 @@ class UserAddForm extends UserOptionListForm {
                \r
                return ($option->editable != 1 && $option->editable != 4 && !$option->disabled);\r
        }\r
-}\r
-?>\r
+}
index 4b55abffcc81e69cd7f4226c45c18e1c8e6182ea..9fbf0ca9fccaf52a3edc8851f6f199128f2797b8 100644 (file)
@@ -135,5 +135,4 @@ class UserAssignToGroupForm extends ACPForm {
        protected function readGroups() {\r
                $this->groups = UserGroup::getAccessibleGroups(array(), array(UserGroup::GUESTS, UserGroup::EVERYONE, UserGroup::USERS));\r
        }\r
-}\r
-?>\r
+}
index 8d60b83913a1f264131d3e1ae5d4da48ff8711c3..3ad9699e3e86782680cf90b21927f77b585e9dfd 100644 (file)
@@ -197,5 +197,4 @@ class UserEditForm extends UserAddForm {
                        parent::validatePassword($password, $confirmPassword);\r
                }\r
        }\r
-}\r
-?>\r
+}
index 163ca5e405fe9f1baf85d3e8ca9203f326e3656d..6a9fff1cb29fc52ba03bc69f1d02b95fcb5fef45 100644 (file)
@@ -129,5 +129,4 @@ class UserEmailAddressExportForm extends ACPForm {
                        'fileType' => $this->fileType\r
                ));\r
        }\r
-}\r
-?>\r
+}
index cd93e053010457f0bfba1d8983592d590cdf47eb..ddff868388767395955ef903f48c3e148a2f2b4b 100644 (file)
@@ -225,5 +225,4 @@ class UserGroupAddForm extends AbstractOptionListForm {
                \r
                return $this->typeObjects[$type];\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 9cac0241dee7bb5f89065d8cea23543671e58c6b..9a6b8f4ec2c448fcda25134f74f16efbfb8a19dc 100644 (file)
@@ -140,5 +140,4 @@ class UserGroupEditForm extends UserGroupAddForm {
                // show success message\r
                WCF::getTPL()->assign('success', true);\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index a58e234030190b26732c3ba2814613f07a86e9a7..3b9e59d9874239e7a8f4911431edcdc96a251bd1 100644 (file)
@@ -162,5 +162,4 @@ class UserMailForm extends ACPForm {
                        'enableHTML' => $this->enableHTML\r
                ));\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 9a13c808ef1db1b303a6f4746ef953bfd411736a..6a6881c5b18a5b7d01b25beaa7992cf7d8636d1d 100644 (file)
@@ -85,5 +85,4 @@ abstract class UserOptionListForm extends AbstractOptionListForm {
                        throw new UserInputException($option->optionName);\r
                }\r
        }\r
-}\r
-?>\r
+}
index 73300593b790c0e7347b9df8e3362a151042aae6..c55bbb449c7f4ae24614d94ae8b0e976350aedac 100644 (file)
@@ -306,5 +306,4 @@ class UserSearchForm extends UserOptionListForm {
        protected static function checkOption(Option $option) {\r
                return ($option->searchable == 1 && !$option->disabled && ($option->visible == 3 || $option->visible < 2));\r
        }\r
-}\r
-?>\r
+}
index f58bc8306390819d9eb975dd180cb7e563520129..984edf1b197243ca58455c16d26eeea0879d79da 100644 (file)
@@ -400,4 +400,3 @@ class UsersMassProcessingForm extends UserOptionListForm {
                return ($option['searchable'] == 1 && !$option['disabled'] && ($option['visible'] == 3 || $option['visible'] < 2));
        }
 }
-?>
index 6ef08ee5d56d08f5f4d9e301a104221aa81cf69c..39d1c2822a6eeb4f613551bdad6716cf2b7d0df6 100644 (file)
@@ -88,4 +88,3 @@ class ACPSessionLogListPage extends SortablePage {
                parent::show();
        }
 }
-?>
\ No newline at end of file
index 7094e1130e7b99373771702489200e455c2336da..980e7214b110dab6caad30874212e624b9bcdca6 100644 (file)
@@ -124,4 +124,3 @@ class ACPSessionLogPage extends SortablePage {
                parent::show();
        }
 }
-?>
index b2b286179c5a804e5be9a80388655040f8710d9b..4635681024f2840114e9a391b903f22d67dfed80 100644 (file)
@@ -139,4 +139,3 @@ class CacheListPage extends AbstractPage {
                parent::show();
        }
 }
-?>
index 2d915f1be408a422598aea23c7510e2fae576e13..e02ea841d8159cfa06c426296015599f2ed83092 100644 (file)
@@ -86,4 +86,3 @@ class CronjobListPage extends SortablePage {
                parent::show();
        }
 }
-?>
index 281062df5219b048a48ab8c76473f4b1af6330b0..8cf8e0325bf43699917845f35b7997500cdf2133 100644 (file)
@@ -103,4 +103,3 @@ class CronjobLogListPage extends SortablePage {
                parent::show();
        }
 }
-?>
index cbcf11f0573f07b879f46b81975fa080eb15649d..63ccd5ede8a80f2585452753b30257d750575cfc 100644 (file)
@@ -55,5 +55,4 @@ class IndexPage extends AbstractPage {
                // show page\r
                parent::show();\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 18291e4c6237769dcf7fa2b3e7cb13d318223c06..9642cc82787cc1f9c1ee5764ed8fe9033c48bb29 100644 (file)
@@ -59,4 +59,3 @@ class LanguageServerListPage extends SortablePage {
                }
        }
 }
-?>
index 04ac3f52b2891fe3568477f0abc7febd4f3986fe..78f85ebbb7dfd845c4a7c082cc767b97485b244b 100644 (file)
@@ -61,4 +61,3 @@ class PackageAutoUpdateListPage extends AbstractPage {
                parent::show();
        }
 }
-?>
index 701c144cdbcee1e109d2529b196350fd09d178dc..07656a9df1049f9b05894f406626ec18c21211cb 100644 (file)
@@ -91,5 +91,4 @@ class PackageListPage extends SortablePage {
                        default: $this->sortField = $this->defaultSortField;\r
                }\r
        }\r
-}\r
-?>\r
+}
index afdb5f87d30c6cfdcdf295cb74e3bd5bfec07cd7..e140aaa2cfb514e080c0982331cc9befcbd22289 100644 (file)
@@ -74,5 +74,4 @@ class PackagePage extends AbstractPage {
                        break;\r
                }\r
        }\r
-}\r
-?>\r
+}
index ae8e212d3f7f4bab8454a00862a5eb877b1a6197..c76b9cfa7966cdf19f24313e11c94ce5685177b9 100644 (file)
@@ -190,4 +190,3 @@ class PackageUpdateSearchResultPage extends SortablePage {
                parent::show();
        }
 }
-?>
index 0d195a6ca2af83b83260898ee61b448635fe3e49..40c35c7eb014ff7b1dbf1c630bafbf85d0fd65f6 100644 (file)
@@ -74,5 +74,4 @@ class PackageViewPage extends AbstractPage {
                \r
                parent::show();\r
        }\r
-}\r
-?>\r
+}
index f0c8c8957fceb8568f0a1353d046605c63062b11..3532f9e56dbd66b7cfab0b30dc4633834b835d68 100644 (file)
@@ -82,5 +82,4 @@ class UpdateServerListPage extends SortablePage {
                        default: $this->sortField = $this->defaultSortField;\r
                }\r
        }\r
-}\r
-?>\r
+}
index 998c6debf59f93904445db41b0a5a35545d3f90a..a345b772cc15686e0f806c33d93fb67a2866dfd6 100644 (file)
@@ -93,4 +93,3 @@ class UserGroupListPage extends SortablePage {
                parent::show();
        }
 }
-?>
index 2b8627b087703b71e9f21c44971bb6264eb9eae8..4d94e7b444e89bac29644521ccaf0e64a15ed256 100644 (file)
@@ -312,5 +312,4 @@ class UserListPage extends SortablePage {
         * @see wcf\page\MultipleLinkPage::readObjects()\r
         */     \r
        protected function readObjects() { }\r
-}\r
-?>\r
+}
index 83169119347c3a8ec97a24c0d1ee430736ed88fb..4ae8441deca8d0c268550a4a30463ad529dc449f 100644 (file)
@@ -130,5 +130,4 @@ class AJAXProxyAction extends AbstractSecureAction {
                echo JSON::encode($this->response);\r
                exit;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 02578cae2091de2c7a2c9a15652e1c972d3e400e..3323d3efc45a3fd5c9686b32cece4f934e48364b 100644 (file)
@@ -75,5 +75,4 @@ abstract class AbstractAction implements Action {
        protected function executed() {\r
                EventHandler::getInstance()->fireAction($this, 'executed');\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 532221227dd034ecb4179a5866013a62e819780b..c632998be903a3ee30e5752ec8ae60858e24d228 100644 (file)
@@ -25,5 +25,4 @@ class AbstractAjaxAction extends AbstractAction {
                echo $json;\r
                exit;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 4eb0b9714c10cb8ac191ed641cdfa562b3b94667..942609f05955fdf6e950a0f2c30e9451db46d22c 100644 (file)
@@ -69,5 +69,4 @@ abstract class AbstractDialogAction extends AbstractSecureAction {
         * Validates current dialog step.\r
         */\r
        abstract protected function validateStep();\r
-}\r
-?>
\ No newline at end of file
+}
index 891a11583921c68aba6594147eb4cb8b1a076c84..4bff803ad4f5f76ae70a98a54f77b277d8098033 100644 (file)
@@ -34,4 +34,3 @@ abstract class AbstractSecureAction extends AbstractAction {
                }
        }
 }
-?>
\ No newline at end of file
index dbbe80e149bbb88a985350e7d457684d45daa820..1099ba68e52610307ea06e327bed124fece9622d 100644 (file)
@@ -86,5 +86,4 @@ abstract class AbstractSecureObjectAction extends AbstractAction {
         * Handles action result, derived classes must implement this but leave it empty.\r
         */\r
        abstract protected function handleResult();\r
-}\r
-?>
\ No newline at end of file
+}
index 490879e600eda8e1509164a5b5e45f4dc8436040..4a185304df158ec096e59be70fa0fe313f5ed8a6 100644 (file)
@@ -22,5 +22,4 @@ interface Action {
         * Executes this action.\r
         */\r
        public function execute();\r
-}\r
-?>
\ No newline at end of file
+}
index 0d74b845bee0f79e259f322538add21a111a7551..11307a15826b5bd2f385324aa1d9c71b96d99b18 100644 (file)
@@ -21,5 +21,4 @@ spl_autoload_register(array('wcf\system\WCF', 'autoload'));
 // define escape string shortcut\r
 function escapeString($string) {\r
        return wcf\system\WCF::getDB()->escapeString($string);\r
-}\r
-?>
\ No newline at end of file
+}
index a6a6ae50a94fe1ef1699dc2947035f446c0a7927..55a4055ab6d2b0e6d0689a4c51507a0ff4bf8922 100644 (file)
@@ -308,4 +308,3 @@ abstract class AbstractDatabaseObjectAction implements DatabaseObjectAction {
                }
        }
 }
-?>
\ No newline at end of file
index 84d8943344c0ba2829163384f13f228ace2c5a81..cb0de0da37e827a4b51d546890900d4a70a257b9 100644 (file)
@@ -191,5 +191,4 @@ abstract class DatabaseObject implements StorableObject {
                \r
                return 0;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index eadacbff448d01e7ba518a32b353c6a4a87b5f9e..8adee360e2432c2527a9c4721801440caebaee42 100644 (file)
@@ -50,4 +50,3 @@ interface DatabaseObjectAction {
         */
        public function getReturnValues();
 }
-?>
\ No newline at end of file
index 2576953f9f0d3d030df700bec88669cd75845e01..3ca2b7cd1d7685ef7745e0c3f1ca1c315f53f5c5 100644 (file)
@@ -102,4 +102,3 @@ abstract class DatabaseObjectDecorator extends DatabaseObject {
                return static::$baseClass;
        }
 }
-?>
\ No newline at end of file
index d0932d8d3d6a1d9f43b0012ea77bbc983e34537d..c44697d241f14592e13388a6a889215cb36e26d5 100644 (file)
@@ -90,4 +90,3 @@ abstract class DatabaseObjectEditor extends DatabaseObjectDecorator implements E
                return count($objectIDs);
        }
 }
-?>
\ No newline at end of file
index d871a626763f382493734bbee7cecd6fc167305d..89b87b700488bcfe2e7ef169919c79f9ae61fd86 100644 (file)
@@ -210,4 +210,3 @@ abstract class DatabaseObjectList {
                return call_user_func(array($this->className, 'getDatabaseTableAlias'));
        }
 }
-?>
\ No newline at end of file
index bee2ccfcdb88911d16b1796eff6913485eb76a26..534c35198d0a69bf08a763a4c2752d74d7192e6d 100644 (file)
@@ -17,4 +17,3 @@ interface EditableCachedObject extends EditableObject {
         */
        public static function resetCache();
 }
-?>
\ No newline at end of file
index c6a04d55affd83c6300f78254b840aa14e73bf6d..289ece980b2eb56b49fe3e6fd3b32e0704d0b2b5 100644 (file)
@@ -40,4 +40,3 @@ interface EditableObject extends StorableObject {
         */
        public static function deleteAll(array $objectIDs = array());
 }
-?>
\ No newline at end of file
index 48ff27f9e0e7adfb9169b9905bd36f194b5a38ce..007c3dffee6706d900ce0fe6b26253564b88b5c7 100644 (file)
@@ -56,4 +56,3 @@ interface StorableObject {
         */
        public static function getDatabaseTableIndexName();
 }
-?>
\ No newline at end of file
index 1ec29e9c06d4d6903a1cec6d1681dd974bfb00d4..dff849b49655417307e917aab00587847d35f594 100644 (file)
@@ -32,4 +32,3 @@ class ACPMenuItem extends DatabaseObject implements TreeMenuItem {
                return LinkHandler::getInstance()->getLink($this->menuItemLink);
        }
 }
-?>
\ No newline at end of file
index 281deadb3d3e6e4da0e59e88a27ec59271ec5a89..57378c6fc629aba61c52434fe7e429fa557b8029 100644 (file)
@@ -17,5 +17,4 @@ class ACPMenuItemAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$className\r
         */\r
        protected $className = 'wcf\data\acp\menu\item\ACPMenuItemEditor';\r
-}\r
-?>
\ No newline at end of file
+}
index 3694a805a83e3e278088b6c066a6c71d8de5a485..4728fa37d3961b8469bda7fe5b0e75c8b8ea09d2 100644 (file)
@@ -18,4 +18,3 @@ class ACPMenuItemEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\acp\menu\item\ACPMenuItem';
 }
-?>
\ No newline at end of file
index b6c16718ecf38ea0c6a1b180996e44d50d7e3d11..b4f1ef7933a278f5a194b99ad1cd8e5ef61c191a 100644 (file)
@@ -17,5 +17,4 @@ class ACPMenuItemList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\acp\menu\item\ACPMenuItem';\r
-}\r
-?>
\ No newline at end of file
+}
index 0ce512b5b8632ce22cb581cadc10d7a78f015ff1..fba233a6a220e4419b5725a643acce3bd3d3926a 100644 (file)
@@ -29,4 +29,3 @@ class ACPSession extends DatabaseObject {
         */
        protected static $databaseTableIndexName = 'sessionID';
 }
-?>
index 6ebc0a5f6417e7639b86fe6b822eef35e95d31ff..7617ea6885f20df63f90506b62ce5c2d9a3e43be 100644 (file)
@@ -17,5 +17,4 @@ class ACPSessionAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$className\r
         */\r
        protected $className = 'wcf\data\acp\session\ACPSessionEditor';\r
-}\r
-?>
\ No newline at end of file
+}
index c8fcf9f87a93bf7919867542b0533a5321f121fa..9986f7b7f1aa5ac64d48ff9ca20092296e25bdb2 100644 (file)
@@ -47,4 +47,3 @@ class ACPSessionEditor extends DatabaseObjectEditor {
                return parent::update($parameters);
        }
 }
-?>
index 47984768ce757bc8ee6829ed361d6364964d11a3..dd7a282cd0bee759c3296e181926e2c2a1b4adf2 100644 (file)
@@ -16,5 +16,4 @@ class ACPSessionList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\acp\session\ACPSession';\r
-}\r
-?>
\ No newline at end of file
+}
index 8d3e1720f8b9c787c18c99dd3b0966bde0747069..d8516686d4b9b7841079392f165dd16b29265cb5 100644 (file)
@@ -36,4 +36,3 @@ class ACPSessionAccessLog extends DatabaseObject {
                return false;
        }
 }
-?>
\ No newline at end of file
index e4157ff684220fe20f3deafe926b5a57b2cd8d5d..9a78789d3878765217c6fd28628a75e125a07c7e 100644 (file)
@@ -17,5 +17,4 @@ class ACPSessionAccessLogAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$className\r
         */\r
        protected $className = 'wcf\data\acp\session\access\log\ACPSessionAccessLogEditor';\r
-}\r
-?>
\ No newline at end of file
+}
index 871cd8181a329fce40b7eb74fd5971bdfef4d9b3..03cca6acfc3e1149042dc358f012e035e53c99f8 100644 (file)
@@ -18,4 +18,3 @@ class ACPSessionAccessLogEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\acp\session\access\log\ACPSessionAccessLog';
 }
-?>
\ No newline at end of file
index bdc5954de8f45b687d25623a801a5417e6e8e7bf..bbcf5accaadb263ab9005e0bf837544d1106437f 100644 (file)
@@ -29,4 +29,3 @@ class ACPSessionAccessLogList extends DatabaseObjectList {
                parent::readObjects();
        }
 }
-?>
\ No newline at end of file
index c00859066ed8ec8d3f03340319852df3c2794608..0a851527e9d6ae48e20f5dfa8fdba7a6d447aebd 100644 (file)
@@ -29,4 +29,3 @@ class ACPSessionData extends DatabaseObject {
         */
        protected static $databaseTableIndexName = 'sessionID';
 }
-?>
index 588e9144c636daa6014137ec36d7d686d59aefef..c4f162c7ca523b7a16fac61d1adbd5199b759895 100644 (file)
@@ -17,5 +17,4 @@ class ACPSessionDataAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$className\r
         */\r
        protected $className = 'wcf\data\acp\session\data\ACPSessionDataEditor';\r
-}\r
-?>
\ No newline at end of file
+}
index dfb0238ebd4fe1bc6900cd93592403fdea27d389..032f60a07dd352d20a34fbc07ac2748a9f8fc8ba 100644 (file)
@@ -18,4 +18,3 @@ class ACPSessionDataEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\acp\session\data\ACPSessionData';
 }
-?>
\ No newline at end of file
index b54387a298b595bf2f4f747c81c364c893a9f620..e3ecba13dafc909c3ac55dd13136a5206253354f 100644 (file)
@@ -17,5 +17,4 @@ class ACPSessionDataList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\acp\session\data\ACPSessionData';\r
-}\r
-?>
\ No newline at end of file
+}
index 216c064af97c5518a1347697fe6a478a91cf65d1..10d9ffc4fe0592e80826dcaeba9294d86a968e89 100644 (file)
@@ -73,4 +73,3 @@ class ACPSessionLog extends DatabaseObject {
                return 0;
        }
 }
-?>
index 7c410a7af3436096ba408c0471b90c4f729528d0..67f2da067e52146ff26e57b6a43457a0725b97e8 100644 (file)
@@ -17,5 +17,4 @@ class ACPSessionLogAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$className\r
         */\r
        protected $className = 'wcf\data\acp\session\log\ACPSessionLogEditor';\r
-}\r
-?>
\ No newline at end of file
+}
index bb0bde97350ad7918f00ce5b0e00a002ac668693..1d774ca1fee86086a7cbfe8e5f4a17d3c29d1173 100644 (file)
@@ -18,4 +18,3 @@ class ACPSessionLogEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\acp\session\log\ACPSessionLog';
 }
-?>
\ No newline at end of file
index 53779c5a4dd9d8714e4711c81155362e4d4e0c67..005711b3e0cdb10eaf2cadb558525dda4df1fc15 100644 (file)
@@ -32,4 +32,3 @@ class ACPSessionLogList extends DatabaseObjectList {
                parent::readObjects();
        }
 }
-?>
\ No newline at end of file
index 125341103f7953c7905007809586aad6b72a647b..8a4fc4433b9f1705fa58e3408846c1bfaf35261a 100644 (file)
@@ -23,4 +23,3 @@ class ACPTemplate extends DatabaseObject {
         */
        protected static $databaseTableIndexName = 'templateID';
 }
-?>
\ No newline at end of file
index 5f8a59364177dcfde7604c56a0eb528e1e949711..d4ca3cecc5be1b1790bb315bb4d770faf2182ba9 100644 (file)
@@ -34,5 +34,4 @@ class ACPTemplateAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$permissionsUpdate\r
         */\r
        protected $permissionsUpdate = array('admin.template.canUpdateTemplate');\r
-}\r
-?>
\ No newline at end of file
+}
index 9704189aa97cf7ef5807639cb1b507242f9c07c4..90e012f5061cd9bf72136831fff466bca468d979 100644 (file)
@@ -18,4 +18,3 @@ class ACPTemplateEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\acp\template\ACPTemplate';
 }
-?>
\ No newline at end of file
index 07a543b29e6d70de988d9a7f8594141d15bdcd02..b850176469175d0be9ba80d49b590e1436624e73 100644 (file)
@@ -17,5 +17,4 @@ class ACPTemplateList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\acp\template\ACPTemplate';\r
-}\r
-?>
\ No newline at end of file
+}
index b84f2ecb954c9c5caaf900ec1610cf74b0c30f2d..2768f1f4b13c8bb4e2b3b5a60804b371f63c555e 100644 (file)
@@ -23,4 +23,3 @@ class Application extends DatabaseObject {
         */
        protected static $databaseTableIndexName = 'packageID';
 }
-?>
index 981406e59d9db1be37826e76f1f030fcedbad9ad..7a4589d5439c8cadefa540cafe138503f055999b 100644 (file)
@@ -18,4 +18,3 @@ class ApplicationAction extends AbstractDatabaseObjectAction {
         */
        protected $className = 'wcf\data\application\ApplicationEditor';
 }
-?>
index 840023987b2aee416586cff3d8ab49e98548d750..ffbf32cbcbf1ee40885d0ccbb4a5e030fef4d3a4 100644 (file)
@@ -18,4 +18,3 @@ class ApplicationEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\application\Application';
 }
-?>
index 04c302a75ed358bbb348722e64f98be1b1a9a4ec..49145d04a3f3690008081515d76a591ca3a82bf1 100644 (file)
@@ -18,4 +18,3 @@ class ApplicationList extends DatabaseObjectList {
         */
        public $className = 'wcf\data\application\Application';
 }
-?>
index 30cf743d0cfd034e6707d96517edb77272423448..44ec5a50ebf96edf39b180a18fe449a23990e5c3 100644 (file)
@@ -23,4 +23,3 @@ class ApplicationGroup extends DatabaseObject {
         */
        protected static $databaseTableIndexName = 'groupID';
 }
-?>
index c0de8e73a0fc49066434b0229b459b28a90b25cd..c67166479797e04b57805c307ae2b4a60b5c34e2 100644 (file)
@@ -18,4 +18,3 @@ class ApplicationGroupAction extends AbstractDatabaseObjectAction {
         */
        protected $className = 'wcf\data\application\group\ApplicationGroupEditor';
 }
-?>
index 884ac4ce617cf1b6e940ac97c17de682392cc7af..8af6c7c8bfa61795fa3df7c2d9b8a05b295cb826 100644 (file)
@@ -18,4 +18,3 @@ class ApplicationGroupEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\application\group\ApplicationGroup';
 }
-?>
index d4b35135473a8b99acc37aa5a31e7521ee60eab9..2d1632017d117c2f44cc659d11f7cb9f7a8a9f62 100644 (file)
@@ -18,4 +18,3 @@ class ApplicationGroupList extends DatabaseObjectList {
         */
        public $className = 'wcf\data\application\group\ApplicationGroup';
 }
-?>
index 42569341ab6a31b68faa1e0d55aeaf6988d349e7..a1735d8d9173adb70d4216c47284c2f34beb0056 100644 (file)
@@ -23,4 +23,3 @@ class CleanupListener extends DatabaseObject {
         */
        protected static $databaseTableIndexName = 'listenerID';
 }
-?>
\ No newline at end of file
index a057e1ec7b2c1b7c33bf0768c386934906339091..7158537692d4568bf59392f5e325686f02ddb3e8 100644 (file)
@@ -17,5 +17,4 @@ class CleanupListenerAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$className\r
         */\r
        protected $className = 'wcf\data\cleanup\listener\CleanupListenerEditor';\r
-}\r
-?>
\ No newline at end of file
+}
index 60b61fdefa9799844b442ab8cbd2f09335992c14..c6734bc3fb056d9aab8aa47cd2649b3640b54ad2 100644 (file)
@@ -18,4 +18,3 @@ class CleanupListenerEditor extends DatabaseObjectEditor {
         */
        public $baseClass = 'wcf\data\cleanup\listener\CleanupListener';
 }
-?>
\ No newline at end of file
index eebda13b8ea91a9e38a17fbff9223fda98c77eff..af5856d77a2550f5d12e1d4e26d6998584a1238c 100644 (file)
@@ -17,5 +17,4 @@ class CleanupListenerList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\cleanup\listener\CleanupListener';\r
-}\r
-?>
\ No newline at end of file
+}
index 78d6c37aa15eef1c59790af7cb5265015c5edc17..be9b4ba5ff18d834f7587663aa781ce002149fef 100644 (file)
@@ -23,4 +23,3 @@ class CoreObject extends DatabaseObject {
         */
        protected static $databaseTableIndexName = 'objectID';
 }
-?>
\ No newline at end of file
index 90c221054742b6a99aef48b9a4dbb4e68d1a7d86..64282ad45ac58ca5cad45e9b1a5a6ff4021c22b2 100644 (file)
@@ -17,5 +17,4 @@ class CoreObjectAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$className\r
         */\r
        protected $className = 'wcf\data\core\object\CoreObjectEditor';\r
-}\r
-?>
\ No newline at end of file
+}
index eb036f9bc3ba100308bfb11751c3299e8d466cbb..8ab9b6c8d57bfb1866e5e337f92d5d36f97e7f61 100644 (file)
@@ -18,4 +18,3 @@ class CoreObjectEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\core\object\CoreObject';
 }
-?>
\ No newline at end of file
index 672006e6b9f78cf668f0d983a8cec42356969f93..36b9ddb2d8c9dfec100f9f7a8f6b7e477bbddf07 100644 (file)
@@ -17,5 +17,4 @@ class CoreObjectList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\core\object\CoreObject';\r
-}\r
-?>
\ No newline at end of file
+}
index 4f04cf1b4901bee6289f170632cf0bbf0f670936..2f71f0d64d01638f42268c571c5f6b71599c2601 100644 (file)
@@ -96,4 +96,3 @@ class Cronjob extends DatabaseObject {
                return (WCF::getSession()->getPermission('admin.system.cronjobs.canEnableDisableCronjob') && $this->canBeDisabled);
        }
 }
-?>
index ae216b90dd3a8a11df45444fc52ab1900423631e..2cb7aa603fd4dccb0914c7e17483db1d4b920d5e 100644 (file)
@@ -99,5 +99,4 @@ class CronjobAction extends AbstractDatabaseObjectAction {
                        \r
                }\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 35e3ebc66204b9b98b5466dea17ae08392ebc618..6926bbf8454af96e91f795a5a6a92a009960da40 100644 (file)
@@ -28,4 +28,3 @@ class CronjobEditor extends DatabaseObjectEditor implements EditableCachedObject
                CacheHandler::getInstance()->clear(WCF_DIR.'cache', 'cache.cronjobs-*');
        }
 }
-?>
\ No newline at end of file
index dbf7e03196289c530704189029c46ca428814511..d61b967e29daa616c45c740e53b227db478fb4ef 100644 (file)
@@ -17,5 +17,4 @@ class CronjobList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\cronjob\Cronjob';\r
-}\r
-?>
\ No newline at end of file
+}
index 7bc30cf620d84889ab28e607404279326c8bd098..0b9c2aeb9f9a6d8aa3d90e5030b3f76072700232 100644 (file)
@@ -23,4 +23,3 @@ class CronjobLog extends DatabaseObject {
         */
        protected static $databaseTableIndexName = 'cronjobLogID';
 }
-?>
\ No newline at end of file
index 22ac177be0f60e497b9985f99e7d6c0f838c5d07..6c8427b6071723abafc977f83a8f1a201a472cb6 100644 (file)
@@ -18,4 +18,3 @@ class CronjobLogAction extends AbstractDatabaseObjectAction {
         */
        protected $className = 'wcf\data\cronjob\log\CronjobLogEditor';
 }
-?>
index a0f0494d385861b26df48680133be3e323b3c1ce..7442489ffefa97d6d3bea28690f1bdabc113d906 100644 (file)
@@ -35,4 +35,3 @@ class CronjobLogEditor extends DatabaseObjectEditor {
                $statement->execute($packageID);
        }
 }
-?>
\ No newline at end of file
index 5a5877f6528a1a228b7272646f2421571fdcadef..2ba425eb462e9c166a8377c07a6f8001057b755b 100644 (file)
@@ -17,5 +17,4 @@ class CronjobLogList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\cronjob\log\CronjobLog';\r
-}\r
-?>
\ No newline at end of file
+}
index a81135bc15c8f7079b4dd4c40006c0b1eaf8317f..0a41e32dbb3eabfc148be0477664a0bd856ad3dd 100644 (file)
@@ -23,4 +23,3 @@ class EventListener extends DatabaseObject {
         */
        protected static $databaseTableIndexName = 'listenerID';
 }
-?>
\ No newline at end of file
index 8ca028e8a0261971167da8f9768f07eee8bf8b80..cafc31e15ff6b8d827036d5de55eb7bce2726bbf 100644 (file)
@@ -17,5 +17,4 @@ class EventListenerAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$className\r
         */\r
        protected $className = 'wcf\data\event\listener\EventListenerEditor';\r
-}\r
-?>
\ No newline at end of file
+}
index 399672927af335b2777c4d4314bd41119fde3ade..721cd4201c458b37c48b3ec584919c3d868b2c34 100644 (file)
@@ -18,4 +18,3 @@ class EventListenerEditor extends DatabaseObjectEditor {
         */
        public static $baseClass = 'wcf\data\event\listener\EventListener';
 }
-?>
\ No newline at end of file
index 39c2a3781eea791a07ea348d6dec42f03bc36750..2334bbd235f77762c61b29888705ecc6ff449eaa 100644 (file)
@@ -17,5 +17,4 @@ class EventListenerList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\event\listener\EventListener';\r
-}\r
-?>
\ No newline at end of file
+}
index eb562f7ef9ec5c0fb6389b19908de39f8c64fa33..faa8e9035c11195612aeac9728fe4783adbb3c7f 100644 (file)
@@ -142,5 +142,4 @@ class Language extends DatabaseObject {
                \r
                return false;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 9206945f2549052cf17e5957745425fd75be2e14..86cfeb8313a4a161eb22ba4ef7d7f64af50319c2 100644 (file)
@@ -62,4 +62,3 @@ class LanguageAction extends AbstractDatabaseObjectAction {
                $language->setAsDefault();
        }
 }
-?>
index c7aa0180a165773f420cef0a7430700bc982f030..2923c264567276f0eff6551c4ed4f7aecab34d35 100644 (file)
@@ -598,4 +598,3 @@ class LanguageEditor extends DatabaseObjectEditor {
                }
        }
 }
-?>
index 0195661f25d9f3ff0ed0c1289a73f5335a837455..34eb82bae70fe400e4f458a94e3ee372fdd7447b 100644 (file)
@@ -17,5 +17,4 @@ class LanguageList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\language\Language';\r
-}\r
-?>
\ No newline at end of file
+}
index 061e4d6a5de6a1cce61c381456af07897f863669..a3665c0615a940eff07afd1226b5f56a53385109 100644 (file)
@@ -103,5 +103,4 @@ class SetupLanguage extends Language {
                setlocale(LC_COLLATE, $this->get('wcf.global.locale.unix').'.UTF-8', $this->get('wcf.global.locale.unix'), $this->get('wcf.global.locale.win'));\r
                setlocale(LC_CTYPE, $this->get('wcf.global.locale.unix').'.UTF-8', $this->get('wcf.global.locale.unix'), $this->get('wcf.global.locale.win'));\r
        }\r
-}\r
-?>\r
+}
index c5127d0fea30305d4b298a557ef0e32aefd19e31..867c153a72d2a167f30bd542392c92b8c27188f1 100644 (file)
@@ -23,4 +23,3 @@ class LanguageCategory extends DatabaseObject {
         */
        protected static $databaseTableIndexName = 'languageCategoryID';
 }
-?>
\ No newline at end of file
index a42b921ec541d823849efd79089549fb99b0491c..540e8e9c01f5afabf4844f65f0b32f40cc2b0189 100644 (file)
@@ -34,5 +34,4 @@ class LanguageCategoryAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$permissionsUpdate\r
         */\r
        protected $permissionsUpdate = array('admin.language.canEditLanguage');\r
-}\r
-?>
\ No newline at end of file
+}
index 71c823b32bcb813ed935996fb121710205fe67b8..17bc0d52e111e3eb8e2cb78edf33e3750cd06cf1 100644 (file)
@@ -18,4 +18,3 @@ class LanguageCategoryEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\language\category\LanguageCategory';
 }
-?>
\ No newline at end of file
index d727bf4af79dad2a6dd1ea7d816bb88610a9868f..2fc1fb0cb980d13149e1aa69a4196ce7f1a2d92e 100644 (file)
@@ -17,5 +17,4 @@ class LanguageCategoryList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\language\category\LanguageCategory';\r
-}\r
-?>
\ No newline at end of file
+}
index d63484088bb8501e499648d3378d8520c62013e0..dad6583c94beac1be7656a56ead08e0d88329fda 100644 (file)
@@ -23,4 +23,3 @@ class LanguageItem extends DatabaseObject {
         */
        protected static $databaseTableIndexName = 'languageItemID';
 }
-?>
\ No newline at end of file
index b2cad980e671089857774f2483e5c06a6592a5a2..f7fa41fea379287a47df8f49e1a9eee108e44e87 100644 (file)
@@ -34,5 +34,4 @@ class LanguageItemAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$permissionsUpdate\r
         */\r
        protected $permissionsUpdate = array('admin.language.canEditLanguage');\r
-}\r
-?>
\ No newline at end of file
+}
index af9ce49510f6714fcdfdbd9b176cf15312599a52..70bd4fdb90882033fcd0991eb5e67118ca815dff 100644 (file)
@@ -18,4 +18,3 @@ class LanguageItemEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\language\item\LanguageItem';
 }
-?>
\ No newline at end of file
index b3edd747dc05e17b32cdfa21d8810d7767c21bb0..6b4e90d268793ccf31b21fbcb591beeb81ed32c5 100644 (file)
@@ -17,5 +17,4 @@ class LanguageItemList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\language\item\LanguageItem';\r
-}\r
-?>
\ No newline at end of file
+}
index 528ca9b3d0bb8f3784d96a3d98076ac25fd0a1c4..bc7cc5aa7ac9eec8db61eda65d88f8d65a806425 100644 (file)
@@ -23,4 +23,3 @@ class LanguageServer extends DatabaseObject {
         */
        protected static $databaseTableIndexName = 'languageServerID';
 }
-?>
index 3b9160320fb91b985fd2af4e9adeabb362b11400..164a4f44d6e0963708e15b68150a905ada946419 100644 (file)
@@ -33,4 +33,3 @@ class LanguageServerAction extends AbstractDatabaseObjectAction {
         */
        protected $permissionsUpdate = array('admin.language.canEditServer');
 }
-?>
index abbc7a5175f2cbe8bf4b97e025678d7d72c1d5e9..187c1ff06e1081e38b891c738167e5152cd433b1 100644 (file)
@@ -18,4 +18,3 @@ class LanguageServerEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\language\server\LanguageServer';
 }
-?>
index 2616395146df23ffafa54a7d2ae341134cd21f56..235b171b777e5dd1d2cb4ea95d211cb3378752ac 100644 (file)
@@ -18,4 +18,3 @@ class LanguageServerList extends DatabaseObjectList {
         */
        public $className = 'wcf\data\language\server\LanguageServer';
 }
-?>
index f57f2d347ec59258aef2b6f67892cd649750b45d..e7f78c34271f041e37cd73cbab1f56c074e6ce8a 100644 (file)
@@ -158,4 +158,3 @@ class Option extends DatabaseObject {
                return $result;
        }
 }
-?>
index 16b97e294e26e7927135a8fb5abf3aef3cb5c636..666778f1a92c7fc7f9601188049a05d07ed9c3d9 100644 (file)
@@ -64,5 +64,4 @@ class OptionAction extends AbstractDatabaseObjectAction {
                // create data\r
                call_user_func(array($this->className, 'updateAll'), $this->parameters['data']);\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 1526bf5130a189c331e9bec6fd8477aa7e50204f..c502afd1c5eeb502139263ad046d615701522f30 100644 (file)
@@ -139,4 +139,3 @@ class OptionEditor extends DatabaseObjectEditor implements EditableCachedObject
                @$file->chmod(0777);
        }
 }
-?>
index d03e637a8d36a3373738cf8f38e0dc08d258ca26..fabdc1129a20912dce979ada42a35bffa91c5185 100644 (file)
@@ -17,5 +17,4 @@ class OptionList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\option\Option';\r
-}\r
-?>
\ No newline at end of file
+}
index 67a5f8fbdce7b13e9bb41630d2f22d1257cce8bb..9b54407c660aec3313acd73bc96aa4bfcc5f275c 100644 (file)
@@ -23,4 +23,3 @@ class OptionCategory extends DatabaseObject {
         */
        protected static $databaseTableIndexName = 'categoryID';
 }
-?>
\ No newline at end of file
index 036464733cdb84a2900ab3ba8fc309f447eb0323..ebc6c66d3c8690e6d52bb37d592bc01c637fb6ef 100644 (file)
@@ -34,5 +34,4 @@ class OptionCategoryAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$permissionsUpdate\r
         */\r
        protected $permissionsUpdate = array('admin.system.canEditOption');\r
-}\r
-?>
\ No newline at end of file
+}
index fe3e1f3c096aa6f83ef25b05b9dbbbcf464dcfe2..f1dfd3258f209bad76b08b3cb49d5dc9f03210fe 100644 (file)
@@ -18,4 +18,3 @@ class OptionCategoryEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\option\category\OptionCategory';
 }
-?>
\ No newline at end of file
index e71eee01d04fd6f47885dbd8410dbc2f3f005b7e..7c7a001b60a0ad792ce4d9454636e47ed5fa17ed 100644 (file)
@@ -17,5 +17,4 @@ class OptionCategoryList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\option\category\OptionCategory';\r
-}\r
-?>
\ No newline at end of file
+}
index 8289425250f5e776d139cf6448708e1aafa8f62e..9247f5256fe3ab74344f0bb27c73066403e8c446 100644 (file)
@@ -534,4 +534,3 @@ class Package extends DatabaseObject {
                }
        }
 }
-?>
index fdccac13a9bda4ee971c9a229d2aea726c6ec68d..0713d8e1537100b57ff3078216d4cc2631d6d006 100644 (file)
@@ -32,5 +32,4 @@ class PackageAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$permissionsUpdate\r
         */\r
        protected $permissionsUpdate = array('admin.system.package.canUpdatePackage');\r
-}\r
-?>
\ No newline at end of file
+}
index b65bcf0dd287eb9536dc454ba109287cf2863677..27d905708f5bd1a36a9a35fe43d8e38e330511b0 100644 (file)
@@ -18,4 +18,3 @@ class PackageEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\package\Package';
 }
-?>
\ No newline at end of file
index 0353960e2b755980bb58439de0d6f80e4a6de4f1..3220f67e192512a9b3500e396c5111aa58d11566 100644 (file)
@@ -17,5 +17,4 @@ class PackageList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\package\Package';\r
-}\r
-?>
\ No newline at end of file
+}
index b63a0890bdb9bb8cb39cee3595671f8703133f71..36ddd4ea17184594d5a1002eb912684b997c3914 100644 (file)
@@ -29,4 +29,3 @@ class PackageInstallationPlugin extends DatabaseObject {
         */     
        protected static $databaseTableIndexIsIdentity = false;
 }
-?>
index 98408cb46e74220cd2838843d2e64e08b32f3111..a53680b7e682329e2ee415395770f1cd0db2ffa9 100644 (file)
@@ -17,5 +17,4 @@ class PackageInstallationPluginAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$className\r
         */\r
        protected $className = 'wcf\data\package\installation\plugin\PackageInstallationPluginEditor';\r
-}\r
-?>
\ No newline at end of file
+}
index d0020fd8ef5a871d2cc5163c93c0ad5300a7fd25..1f1c7b9f86801b8ef3e62b6712d4257abfe51406 100644 (file)
@@ -19,4 +19,3 @@ class PackageInstallationPluginEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\package\installation\plugin\PackageInstallationPlugin';
 }
-?>
index 2e627221c1d55d5817260eb0a38acf17670dddcc..f27ffe1b9f3be120c33dd48d5619284402128663 100644 (file)
@@ -17,5 +17,4 @@ class PackageInstallationPluginList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\package\installation\plugin\PackageInstallationPluginObj';\r
-}\r
-?>
\ No newline at end of file
+}
index 1901806a09ab0f6c189c74008c044f5dee9bdf4a..4ad3d3e223274bb282ef40a19816221e191614ed 100644 (file)
@@ -38,4 +38,3 @@ class PackageInstallationQueue extends DatabaseObject {
                return intval($row['processNo']) + 1;
        }
 }
-?>
index b83084274e8aedff720087913a12cf86ddeaa2dc..a5e9add8e5e69da1110f384c7ba61703a8a128c6 100644 (file)
@@ -53,5 +53,4 @@ class PackageInstallationQueueAction extends AbstractDatabaseObjectAction {
                        'queueID' => $queue->queueID\r
                );\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 4411d56e8c428ec7dd935ba90b077fe8118d4b36..596c29cfd83470db273b36d9e7b0a5c85d33bb03 100644 (file)
@@ -18,4 +18,3 @@ class PackageInstallationQueueEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\package\installation\queue\PackageInstallationQueue';
 }
-?>
\ No newline at end of file
index 04ce5f70d252a2c1b3f63b62bc60770132310f72..24817f2339b3c772e27dc13138e534c91ccf194c 100644 (file)
@@ -17,5 +17,4 @@ class PackageInstallationQueueList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\package\installation\queue\PackageInstallationQueue';\r
-}\r
-?>
\ No newline at end of file
+}
index f9bb02c727857be93041641d0b61ced4e6dbe7ce..219130da2bf316d5d592c43fc23b947b5e54597c 100644 (file)
@@ -23,4 +23,3 @@ class PackageUpdate extends DatabaseObject {
         */
        protected static $databaseTableIndexName = 'packageUpdateID';
 }
-?>
\ No newline at end of file
index f7cb22cc47a7f209d0e802bfceda08c1cd18d031..7453e4e12238026ac06743ffb99b982878888437 100644 (file)
@@ -17,5 +17,4 @@ class PackageUpdateAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$className\r
         */\r
        protected $className = 'wcf\data\package\update\PackageUpdateEditor';\r
-}\r
-?>
\ No newline at end of file
+}
index 8984ab868f8d0201f7230a3a659581f29d14abf4..7bb770d22b3b6b3ae21fb8a69ae8fb5c558f931d 100644 (file)
@@ -18,4 +18,3 @@ class PackageUpdateEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\package\update\PackageUpdate';
 }
-?>
\ No newline at end of file
index cb71b72ffd3cd197227190cbeb3a7f75aa162d7b..a1ffa720d3b6e3e7ada36ef02f39f0f8539336ea 100644 (file)
@@ -17,5 +17,4 @@ class PackageUpdateList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\package\update\PackageUpdate';\r
-}\r
-?>
\ No newline at end of file
+}
index 465e1f41187723bbf168f5fe743dba40982fc356..6b0854b0188099e6f9f5aafdf6e931bf7aff97c5 100644 (file)
@@ -96,4 +96,3 @@ class PackageUpdateServer extends DatabaseObject {
                return $authData;
        }
 }
-?>
index b374abc9de208f7d23968f1ff4f53f07c9821438..f0d38332a096b61007781d814dee4adfe79b00e2 100644 (file)
@@ -50,5 +50,4 @@ class PackageUpdateServerAction extends AbstractDatabaseObjectAction {
                        $server->update(array('disabled' => ($server->disabled) ? 0 : 1));\r
                }\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 6530cb0cf57ca91422cb74cbd94652e5c7bdb22b..88ba5bd9c00e0bbca57f33df878a8dd6af8bbd86 100644 (file)
@@ -19,4 +19,3 @@ class PackageUpdateServerEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\package\update\server\PackageUpdateServer';
 }
-?>
index 320f171c3dff5076b421de25f54b8ae31dae8ce4..c92c496f80cec70c1a3daa3f7b29a209b048fe63 100644 (file)
@@ -27,5 +27,4 @@ class PackageUpdateServerList extends DatabaseObjectList {
                \r
                parent::readObjects();\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index b76f278435fd50f6472d71ff32a0aaacc54b37b7..22053fb2fd47c27981afb4ed242c1dc18412f2cb 100644 (file)
@@ -23,4 +23,3 @@ class PackageUpdateVersion extends DatabaseObject {
         */
        protected static $databaseTableIndexName = 'packageUpdateVersionID';
 }
-?>
\ No newline at end of file
index 0e05ee22ae9813dfec7fc5bd887fd91fddfcf171..d8411354447105c1717c5b0e83178e94114ab6bc 100644 (file)
@@ -17,5 +17,4 @@ class PackageUpdateVersionAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$className\r
         */\r
        protected $className = 'wcf\data\package\update\version\PackageUpdateVersionEditor';\r
-}\r
-?>
\ No newline at end of file
+}
index 261ddf532c88291b6f8de790ce547c037e3bf684..f808b7245f3c55eb5d00a41b90c1be6a9cc5a8b5 100644 (file)
@@ -18,4 +18,3 @@ class PackageUpdateVersionEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\package\update\version\PackageUpdateVersion';
 }
-?>
\ No newline at end of file
index 113f31cf6c23f0d445406799ef3b050e7473eef7..9c13ce851523ac1011fcc48c27ff865ff5da7572 100644 (file)
@@ -17,5 +17,4 @@ class PackageUpdateVersionList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\package\update\version\PackageUpdateVersion';\r
-}\r
-?>
\ No newline at end of file
+}
index b2671f043fd5a94255b541301be75df9c290afd4..ac48f95be469ee2924dff1c79eeef769576c9ae9 100644 (file)
@@ -30,5 +30,4 @@ interface Location {
         * @return      string\r
         */\r
        public function get($location, $requestURI, $requestMethod, $match);\r
-}\r
-?>
\ No newline at end of file
+}
index 777467576c4e38a7b9e15aa1b7061cfef216044e..6f70a4b6c7532accabe1214b4f9d79dabfaab8fc 100644 (file)
@@ -23,4 +23,3 @@ class PageLocation extends DatabaseObject {
         */
        protected static $databaseIndexName = 'locationID';
 }
-?>
\ No newline at end of file
index 6e7edf2487be767b2dac03f4dd7cdf59ab4dfd13..229c8b42eac2ac94cdab28f166d2f924415e12aa 100644 (file)
@@ -17,5 +17,4 @@ class PageLocationAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$className\r
         */\r
        protected $className = 'wcf\data\page\location\PageLocationEditor';\r
-}\r
-?>
\ No newline at end of file
+}
index a03bf7103a17bd814d4169aa4f39fea41cf36609..e0947f5c81839dad619617b5dd2269f5e2bc967c 100644 (file)
@@ -18,4 +18,3 @@ class PageLocationEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\page\location\PageLocation';
 }
-?>
\ No newline at end of file
index 8117533ab1453d12861279f6ca450149faf0e126..76399415c5d9a63c4ba9a23cd76bb432f184eb84 100644 (file)
@@ -17,5 +17,4 @@ class PageLocationList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\page\location\PageLocation';\r
-}\r
-?>
\ No newline at end of file
+}
index 83a79efd51e5fd4fc9c15cba7ad2400c99538770..ac11539a1aee854f84a2a213d4c2498e393671c1 100644 (file)
@@ -66,4 +66,3 @@ class PageMenuItem extends DatabaseObject implements TreeMenuItem {
                return LinkHandler::getInstance()->getLink($this->menuItemLink);
        }
 }
-?>
\ No newline at end of file
index 0c122331098dc3e8633df0ab7eb5a3d9ff83998d..2dac550939d75ad2b3868de3af2493da20ace1d3 100644 (file)
@@ -17,5 +17,4 @@ class PageMenuItemAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$className\r
         */\r
        protected $className = 'wcf\data\page\menu\item\PageMenuItemEditor';\r
-}\r
-?>
\ No newline at end of file
+}
index 0b139b2c93b4da4c0f46850b3d63cfaf910b9f10..5672593254a21784bade36bc917a729be76b38c7 100644 (file)
@@ -186,4 +186,3 @@ class PageMenuItemEditor extends DatabaseObjectEditor implements EditableCachedO
                CacheHandler::getInstance()->clear(WCF_DIR.'cache', 'cache.pageMenu-*.php');
        }
 }
-?>
index 4bbdc385537827bf76b7cb4482d0153cb052875c..f3ddb1a7eddb2945ec4f672fe734a1b698b0e242 100644 (file)
@@ -17,5 +17,4 @@ class PageMenuItemList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\page\menu\item\PageMenuItem';\r
-}\r
-?>
\ No newline at end of file
+}
index 4c3a7b3c6c7f0705fe68ba57bb35fa8fdd12bb61..2286228502dea7bf5d6519ab4edf76d0a7b317a3 100644 (file)
@@ -23,4 +23,3 @@ class Search extends DatabaseObject {
         */
        protected static $databaseTableIndexName = 'searchID';  
 }
-?>
\ No newline at end of file
index c792b3e6833c1bb08d5f324baf930badd5e0421f..0bc06f2fe46e1dfb9600256a7e2226d55ce4e0d6 100644 (file)
@@ -17,5 +17,4 @@ class SearchAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$className\r
         */\r
        protected $className = 'wcf\data\search\SearchEditor';\r
-}\r
-?>
\ No newline at end of file
+}
index 8b067b636cdc426da9d4ad8a7b2153d76ed7bfb0..aafb586f1fd688457348d2dee50179e4080adb22 100644 (file)
@@ -18,4 +18,3 @@ class SearchEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\search\Search';
 }
-?>
\ No newline at end of file
index 4cd94bc1b860f9b80f6acba91792841913108e8e..8bc542f1c4db6c4a17393ec0955c1b93858c0449 100644 (file)
@@ -17,5 +17,4 @@ class SearchList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\search\Search';\r
-}\r
-?>
\ No newline at end of file
+}
index a10b2ece105a0ed47f5d254faf66e5f0e45fd18b..62cde62d1d83fd99a6493b6b9758ef2173a79f3d 100644 (file)
@@ -23,4 +23,3 @@ class Session extends ACPSession {
         */
        protected static $databaseTableIndexName = 'sessionID';
 }
-?>
index 3eadd43dbf7d412979db184c3a4b3cca810f90c0..8f1641d8bff2104940e4aac4aace816a3b44fc9e 100644 (file)
@@ -17,5 +17,4 @@ class SessionAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$className\r
         */\r
        protected $className = 'wcf\data\session\SessionEditor';\r
-}\r
-?>
\ No newline at end of file
+}
index 4444cfee70656c8ef01036b4cb5e8f71e80c49fe..1dc475970e508e657c344b3ac266aad408af0229 100644 (file)
@@ -18,4 +18,3 @@ class SessionEditor extends ACPSessionEditor {
         */
        protected static $baseClass = 'wcf\data\session\Session';
 }
-?>
index 5ecee4000f4c122af04cfedc34810377ebe911e7..e4946f9eb01065bf25008e37ee1968ef5672c1c6 100644 (file)
@@ -17,5 +17,4 @@ class SessionList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\session\Session';\r
-}\r
-?>
\ No newline at end of file
+}
index 6dc7c8a74743f135047af972705151a445534752..b0d3d7b6e7223a8eabb54d1cf7b2f585f77b92ba 100644 (file)
@@ -23,4 +23,3 @@ class SessionData extends ACPSessionData {
         */
        protected static $databaseTableIndexName = 'sessionID';
 }
-?>
index 7c258c48840312390f9cb15cb34d40699910efa4..ba351c31f64de28b86389774c46d3171d0d98da0 100644 (file)
@@ -17,5 +17,4 @@ class SessionDataAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$className\r
         */\r
        protected $className = 'wcf\data\session\data\SessionDataEditor';\r
-}\r
-?>
\ No newline at end of file
+}
index 4b27e5938523a70cd9cc7833ca60479c1c1b5cde..5ca9e4990c344bc66be75bfd30bd3a5257936e78 100644 (file)
@@ -18,4 +18,3 @@ class SessionDataEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\session\data\SessionData';
 }
-?>
\ No newline at end of file
index 6189dbe5015af1fe95cf47747aeb047129d11099..d3c385d063f12517981774bec3925acd655bcbcc 100644 (file)
@@ -17,5 +17,4 @@ class SessionDataList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\session\data\SessionData';\r
-}\r
-?>
\ No newline at end of file
+}
index 9d4a1dc00ee6cecc054eff10e8c16a271fc72490..71c012728ccc368e0c507aa1d1a39df83bf45bbd 100644 (file)
@@ -23,4 +23,3 @@ class Spider extends DatabaseObject {
         */
        protected static $databaseTableIndexName = 'spiderID';
 }
-?>
\ No newline at end of file
index e7d5dcaaeefbf88f9ecd5a249478910d8a9e852d..67927725ef9f7809ddefd42894191cb7c4de6e66 100644 (file)
@@ -17,5 +17,4 @@ class SpiderAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$className\r
         */\r
        protected $className = 'wcf\data\spider\SpiderEditor';\r
-}\r
-?>
\ No newline at end of file
+}
index e32ce3a7b6ba89885a364eebd8e2236a18eea711..46dc07f2b6e3ae624b096831ebb7b80b3e4ae783 100644 (file)
@@ -18,4 +18,3 @@ class SpiderEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\spider\Spider';
 }
-?>
\ No newline at end of file
index a11e381a8632aaab5800041ba30aa5e691c70d0f..d9ba63e85b1d75cccc45e5fb7cf74997b4c7cf6d 100644 (file)
@@ -17,5 +17,4 @@ class SpiderList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\spider\Spider';\r
-}\r
-?>
\ No newline at end of file
+}
index 8bb4a42f7e3f1ef5320d54656ff82a61ff520d42..e8a33271dba3fde8cfa395f09f209e6d4b713e19 100644 (file)
@@ -67,4 +67,3 @@ class ActiveStyle extends DatabaseObjectDecorator {
                return RELATIVE_WCF_DIR.'icon/'.$iconName;
        }
 }
-?>
\ No newline at end of file
index c1c6f3667f2925fb20c2cbdfc12e9b41b74144b3..b81a8859979b27994239073762c55b531cbe4b5b 100644 (file)
@@ -52,5 +52,4 @@ class Style extends DatabaseObject {
                \r
                return $variables;\r
        }\r
-}\r
-?>\r
+}
index b261f96944d512becb1cf33761ac6f64e1e8a949..9ed4b8f2f237073e22b2e4733cd052ae8743c22a 100644 (file)
@@ -17,5 +17,4 @@ class StyleAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$className\r
         */\r
        protected $className = 'wcf\data\style\StyleEditor';\r
-}\r
-?>
\ No newline at end of file
+}
index 58f760f9c5276f1f775ea6ad8001897b853b7ba7..439f09f1ccf7125f5718a7cd0c7ce7f0821b9bbb 100644 (file)
@@ -902,5 +902,4 @@ class StyleEditor extends DatabaseObjectEditor implements EditableCachedObject {
                        return $match[0];\r
                }\r
        }\r
-}\r
-?>\r
+}
index a4583ef049de12aa4e23f10fe930ebd62a430f18..788fa4d867bb574556038caab497b41b7d68d9b8 100644 (file)
@@ -17,5 +17,4 @@ class StyleList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\style\Style';\r
-}\r
-?>
\ No newline at end of file
+}
index 7bf167966e9000f931e36db2b564b2fab884c01f..ac453b45a9c40b8b78631bd4d22ee9e294269b83 100644 (file)
@@ -158,4 +158,3 @@ class Template extends DatabaseObject {
                return $results;
        }
 }
-?>
index ae515978efc452c3895a494c2a74a8004f057cb3..77ec3e4ba49958fd69c97251c8aa1390857b4542 100644 (file)
@@ -34,5 +34,4 @@ class TemplateAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$permissionsUpdate\r
         */\r
        protected $permissionsUpdate = array('admin.template.canEditTemplate');\r
-}\r
-?>
\ No newline at end of file
+}
index bf05504fafaba6a7068a5788d552477c4bfc754c..bce62a6e7dc86fa31fd330dc69b9a8e7891da839 100644 (file)
@@ -117,4 +117,3 @@ class TemplateEditor extends DatabaseObjectEditor {
                }
        }
 }
-?>
index f23d70fef08611fe4b9a65cb178801d72b101d38..8ab731132fe80d6e773f769b136554d470a2f5b8 100644 (file)
@@ -17,5 +17,4 @@ class TemplateList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\template\Template';\r
-}\r
-?>
\ No newline at end of file
+}
index c43ab4d9926667ed29674256bdb1e7503c10c544..8fdbf348c93d092a4a166b175b83c1e17f5328db 100644 (file)
@@ -77,4 +77,3 @@ class TemplateGroup extends DatabaseObject {
                }
        }
 }
-?>
index d2854805e32f26ab8cd483834a36df1c242306c5..d4bf2ca95648ce29db76d51d580a90450b282cee 100644 (file)
@@ -34,5 +34,4 @@ class TemplateGroupAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$permissionsUpdate\r
         */\r
        protected $permissionsUpdate = array('admin.template.canEditTemplateGroup');\r
-}\r
-?>
\ No newline at end of file
+}
index 1e6250d32cdb813885eac1477e4c82e3baf5d1d7..69d327815f8e6a7e7063949f428651115dfa9b02 100644 (file)
@@ -108,4 +108,3 @@ class TemplateGroupEditor extends DatabaseObjectEditor {
                }
        }
 }
-?>
index 6374117b143f088b31fa9ae5c8c4616606d22ba9..99575204e5e054256fa6bc6914045d221eafbd85 100644 (file)
@@ -17,5 +17,4 @@ class TemplateGroupList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\template\group\TemplateGroup';\r
-}\r
-?>
\ No newline at end of file
+}
index cca90a3d0a7f1ef434a638cae705b4658236197a..c680657a7aa23d332c02e3ad4c7d709e014ebc34 100644 (file)
@@ -23,4 +23,3 @@ class TemplateListener extends DatabaseObject {
         */
        protected static $databaseTableIndexName = 'listenerID';
 }
-?>
\ No newline at end of file
index acc561469602db249bf6e94b44d7c287ad957628..19576edf283227e0ed3d637fa548e3c0d959414a 100644 (file)
@@ -17,5 +17,4 @@ class TemplateListenerAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$className\r
         */\r
        protected $className = 'wcf\data\template\listener\TemplateListenerEditor';\r
-}\r
-?>
\ No newline at end of file
+}
index 628f4616ddec82ff1b021e1092757146a5d83051..4b8a0f948c095ef004d42f5eb170ff0228afb7c2 100644 (file)
@@ -18,4 +18,3 @@ class TemplateListenerEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\template\listener\TemplateListener';
 }
-?>
\ No newline at end of file
index ee6d662d5b01ccebc377d8c0d9d76a1e584e3f4a..c5b83efda8fd907e0ba61be5303e2f62b9b01ca0 100644 (file)
@@ -17,5 +17,4 @@ class TemplateListenerList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\template\listener\TemplateListener';\r
-}\r
-?>
\ No newline at end of file
+}
index df3f49376d6c600319c6d338de2b556d2f4404c9..bf51de439ab59a652d97b5b2c0e953a7c5bffa33 100644 (file)
@@ -270,4 +270,3 @@ class User extends DatabaseObject {
                return $userList->getObjects();
        }
 }
-?>
index 612d9bf24759ec4cac210e1c3f075f593ec9e20e..c4388a819eee892bbcb4dc748b2c9a9d067c9372 100644 (file)
@@ -116,4 +116,3 @@ class UserAction extends AbstractDatabaseObjectAction {
                return $user;
        }
 }
-?>
index 4651aff8c2b7cfde6f8174e07e58553c1a96a39f..f60cbc7550fa064b8e012eaea2cb95b1e72100f0 100644 (file)
@@ -207,4 +207,3 @@ class UserEditor extends DatabaseObjectEditor {
                }
        }
 }
-?>
index 921ab4f5479265012b27bcba17fec546131a26fd..47c39aec26c6e5d6f04e87221fc0618466c0eb18 100644 (file)
@@ -17,5 +17,4 @@ class UserList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\user\User';\r
-}\r
-?>
\ No newline at end of file
+}
index febb780df2630e546a37ca9ef0316b5d7b598ffd..a6e1705e9e164b9426775ba1a22c442c471c817a 100644 (file)
@@ -299,4 +299,3 @@ class UserGroup extends DatabaseObject {
                return null;
        }
 }
-?>
index f4f44ddf44b382af8bd7a187b78a9481c2362a97..2415eef970f9eee993ab36e17aa898fd9145a62d 100644 (file)
@@ -60,5 +60,4 @@ class UserGroupAction extends AbstractDatabaseObjectAction {
                        $object->updateGroupOptions($this->parameters['options']);\r
                }\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 3f40e4ed9ce2ab8382fbedcaef94805c99c7d345..7d4e5293afd08c32f0bfb0e818e8de6c39e8c376 100644 (file)
@@ -211,4 +211,3 @@ class UserGroupEditor extends DatabaseObjectEditor implements EditableCachedObje
                SessionHandler::resetSessions();
        }
 }
-?>
index c197cff09b279d85ce4aeefc76f49677621f342f..02401379f8b8a3b7403298bfaea0e8d3bbb60b93 100644 (file)
@@ -17,5 +17,4 @@ class UserGroupList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\user\group\UserGroup';\r
-}\r
-?>
\ No newline at end of file
+}
index e3c2f4a77b080cbffe4d871f5ae6407a1119d781..4c0cb5d3afc4ff7f8ff7fffdd8083dcdfb8202be 100644 (file)
@@ -23,4 +23,3 @@ class UserGroupOption extends Option {
         */
        protected static $databaseTableIndexName = 'optionID';
 }
-?>
\ No newline at end of file
index 8d07b43194ea1a5c7afa9c8b45d0551cfb67cc92..1617df752e81e8bd359d3055a10c5395c88cfbde 100644 (file)
@@ -17,5 +17,4 @@ class UserGroupOptionAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$className\r
         */\r
        protected $className = 'wcf\data\user\group\option\UserGroupOptionEditor';\r
-}\r
-?>
\ No newline at end of file
+}
index 20080175b633a70ac9647b5309f192336d637eb8..84e1960f726b02102434f18f3202a7f6b6144385 100644 (file)
@@ -18,4 +18,3 @@ class UserGroupOptionEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\data\user\group\option\UserGroupOption';
 }
-?>
\ No newline at end of file
index 89b8f5e7a6562cd2def4b0148226b164a396b043..7a089fef83c7ac74a07ff2ab688d85934fb9567d 100644 (file)
@@ -17,5 +17,4 @@ class UserGroupOptionList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\user\group\option\UserGroupOption';\r
-}\r
-?>
\ No newline at end of file
+}
index 1247e35f5132d3e9635297040909f6ddb8afd818..e3f9cde41d2381915f58309d65508338d86ec926 100644 (file)
@@ -23,4 +23,3 @@ class UserGroupOptionCategory extends DatabaseObject {
         */
        protected static $databaseTableIndexName = 'categoryID';
 }
-?>
\ No newline at end of file
index 674344e160760aa563cd44c80bb8613a4b597ebb..ba7d4cba755f919f7b043cec08f59cdff2a5a936 100644 (file)
@@ -17,5 +17,4 @@ class UserGroupOptionCategoryAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$className\r
         */\r
        protected $className = 'wcf\data\user\group\option\category\UserGroupOptionCategoryEditor';\r
-}\r
-?>
\ No newline at end of file
+}
index ae07ceb66c6e3156d9aae117602758f2eda1ae3b..05397bb5911ba7081b7065fd030f12846cf17666 100644 (file)
@@ -18,4 +18,3 @@ class UserGroupOptionCategoryEditor extends DatabaseObjectEditor {
         */
        protected static $baseClass = 'wcf\user\group\option\category\UserGroupOptionCategory';
 }
-?>
\ No newline at end of file
index ba7178bf43d931d198edad44581394729257e1c7..c6dd3b200fa1f1cd44021dafc35e65980e0e0b83 100644 (file)
@@ -17,5 +17,4 @@ class UserGroupOptionCategoryList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\user\group\option\category\UserGroupOptionCategory';\r
-}\r
-?>
\ No newline at end of file
+}
index 85826083b2d07d39879cd006ae254ef51850d47f..76e3e795b8f9061bae42f954f66c32994ebd18b7 100644 (file)
@@ -22,5 +22,4 @@ class UserOption extends Option {
         * @see DatabaseObject::$databaseTableIndexName\r
         */\r
        protected static $databaseTableIndexName = 'optionID';\r
-}\r
-?>
\ No newline at end of file
+}
index 8e05fa3b4993c49b30acdf777059dc5f3a6190e5..719933e68694418fe3dc2683450c8c65bc2e661e 100644 (file)
@@ -17,5 +17,4 @@ class UserOptionAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$className\r
         */\r
        protected $className = 'wcf\data\user\option\UserOptionEditor';\r
-}\r
-?>
\ No newline at end of file
+}
index 7a73134a77b2d43f58105c4a5807b1b4bf29057e..68119f1acb7f523ec5c9b4d3dc5606d199b0e37d 100644 (file)
@@ -17,5 +17,4 @@ class UserOptionList extends DatabaseObjectList {
         * @see DatabaseObjectList::$className\r
         */\r
        public $className = 'wcf\data\user\option\UserOption';\r
-}\r
-?>
\ No newline at end of file
+}
index 3dd53ac932bfe0c4e06d0d00bbf1c85ecc92d66b..08d64eee112130392fbc60f5c12a8fdf6c9e25ad 100644 (file)
@@ -42,5 +42,4 @@ interface UserOptionOutput {
         * @return      string\r
         */\r
        public function getOutput(User $user, $optionData, $value);\r
-}\r
-?>
\ No newline at end of file
+}
index e8a02e6543ae274031d9273a213a37574cd0c858..20d0aea87c03cf0cc69afa5dcd21f92dd4302e93 100644 (file)
@@ -71,4 +71,3 @@ class UserOptionCategory extends DatabaseObject {
                return new UserOptionCategory(null, $row);
        }
 }
-?>
\ No newline at end of file
index e59dd9904ed4d368a10fa69e20220c481dc3352c..0c7779d7bfb982ca763385467941fd843f0dc010 100644 (file)
@@ -17,5 +17,4 @@ class UserOptionCategoryAction extends AbstractDatabaseObjectAction {
         * @see AbstractDatabaseObjectAction::$className\r
         */\r
        protected $className = 'wcf\data\user\option\category\UserOptionCategoryEditor';\r
-}\r
-?>
\ No newline at end of file
+}
index 64c4e0ed16d4eb8a23175fea7db24ed4f7e48b50..4b2a6573fe045eca6824910925c85096c47d1992 100644 (file)
@@ -27,5 +27,4 @@ class UserOptionCategoryEditor extends DatabaseObjectEditor {
                \r
                return parent::create($parameters);\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index a9d7b5c8ebc760573fe5576520a0583101b020fc..98c8d917fa490e1e74ba6981b903ecfb8d62aa6a 100644 (file)
@@ -20,4 +20,3 @@ class UserOptionCategoryList extends DatabaseObjectList {
         */
        public $className = 'wcf\data\user\option\category\UserOptionCategory';
 }
-?>
\ No newline at end of file
index 6abbef42290a7e974a1c3331cd85ac5eb551575a..17db3ebce94728d7f6253941b8297cb89ccc4117 100644 (file)
@@ -106,5 +106,4 @@ abstract class AbstractForm extends AbstractPage implements Form {
                        'errorType' => $this->errorType\r
                ));\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 6463aa4217b064a1744d7aeef23b14f198b6b9a5..d503cf05a18ac55e4bbdc5d199b9c60c4fd74bb7 100644 (file)
@@ -32,4 +32,3 @@ abstract class AbstractSecureForm extends AbstractForm {
                }
        }
 }
-?>
\ No newline at end of file
index ff055d612c39af3c9c7f59ace92f3fe379b7c234..bf68e59001f8bb383d4a5aa523283dc06f679258 100644 (file)
@@ -32,5 +32,4 @@ interface Form extends Page {
         * Reads the given form parameters.\r
         */\r
        public function readFormParameters();\r
-}\r
-?>
\ No newline at end of file
+}
index 3874e1eb9dec0de333b4a365b6f1d4238ee2a569..6c389368934e929933de186989d8823ab024e8d9 100644 (file)
@@ -140,5 +140,4 @@ abstract class AbstractPage implements Page {
                        WCF::getTPL()->display($this->templateName);\r
                }\r
        }\r
-}\r
-?>\r
+}
index 4cab961973dcf7060f1a6109334c53d3773435f4..4ed26fec3b170d5b47829dedd4fc5be9d9cd0eeb 100644 (file)
@@ -32,4 +32,3 @@ abstract class AbstractSecurePage extends AbstractPage {
                }
        }
 }
-?>
\ No newline at end of file
index a60b905b81c6081a40468481fb60691f476f0906..9f5a488fa5ee68b3e079f239a3871c7b07f0fe3f 100644 (file)
@@ -205,5 +205,4 @@ abstract class MultipleLinkPage extends AbstractPage {
                        'objects' => $this->objects\r
                ));\r
        }\r
-}\r
-?>\r
+}
index 4e71b67cfb29c8054fb34230b6e90fe5c600bf3b..2c16872619256f96efac0c57ca4f7cbbfe90584e 100644 (file)
@@ -41,5 +41,4 @@ interface Page {
         * Shows the requested page.\r
         */\r
        public function show();\r
-}\r
-?>
\ No newline at end of file
+}
index 4ddbafb15c94b9a641a04a861df48669c1974784..73317a1c5e530de95ffce1f56735db23a2c09fcd 100644 (file)
@@ -98,5 +98,4 @@ abstract class SortablePage extends MultipleLinkPage {
                        'sortOrder' => $this->sortOrder\r
                ));\r
        }\r
-}\r
-?>\r
+}
index 1ef99c28c0a47481eeb0eb744c676ca7b0160509..b35ed3a7bafa9cbb2d57cd2d2b8c0a46232bcb94 100644 (file)
@@ -55,5 +55,4 @@ class InlineCalendar {
                        'minuteOptions' => $minuteOptions\r
                ));\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index fdd4d06ef071a50d3762e63828bb763f36daf4ab..e182f7106e251c3b1e57416ede8c49e40de8e47f 100644 (file)
@@ -50,4 +50,3 @@ abstract class SingletonFactory {
                return self::$__singletonObjects[$className];
        }
 }
-?>
index db4d80e7185a67f26543396504e920b34d12444f..ab74b4e79b4e82bc2db9b3c10ec83c17a4520f9a 100644 (file)
@@ -561,5 +561,4 @@ class WCF {
                \r
                return null;\r
        }\r
-}\r
-?>\r
+}
index 0a7491e89696a3e651d82fd184d54e7449471c3f..0fb2656dcdf2a56ec11d8d3bec9fccdbb667dfd0 100644 (file)
@@ -174,5 +174,4 @@ class WCFACP extends WCF {
                        }\r
                }\r
        }\r
-}\r
-?>\r
+}
index 9fe6856f1d63544f26dd0475616e751561dea83a..a10d638369cd4aa0706484409ba080cdffb0879f 100644 (file)
@@ -1095,5 +1095,4 @@ class WCFSetup extends WCF {
                // assign package name\r
                WCF::getTPL()->assign(array('setupPackageName' => self::$setupPackageName));\r
        }\r
-}\r
-?>\r
+}
index 95ce717cc9679ae0588df91ddb1c38ce5779a384..4e0fea6dd8e2d7759f255bdaf62561d0200fbd55 100644 (file)
@@ -21,4 +21,3 @@ abstract class AbstractApplication implements Application {
                return call_user_func_array(array('wcf\system\WCF', $method), $arguments);
        }
 }
-?>
index c5901e88e121342e6e415b7c580dfe5f2c454215..99f7d0e77fdf4ed52613a0177b9abd1075cc08a4 100644 (file)
@@ -21,4 +21,3 @@ interface Application {
         */
        public static function __callStatic($method, array $arguments);
 }
-?>
index f4322f0488d159e3452564180f5055ef08087252..8c851b0bad0202e3674e32bcc082e11ecfdf4809 100644 (file)
@@ -125,4 +125,3 @@ class ApplicationHandler extends SingletonFactory {
                return null;
        }
 }
-?>
index 462afa6a35427284808249a72e8693568ec3f88f..6639b683b679480e210283872238919dc27295ba 100644 (file)
@@ -79,5 +79,4 @@ abstract class UserAuth {
         * @return      User\r
         */\r
        public abstract function loginAutomatically($persistent = false, $userClassname = 'wcf\data\user\User');\r
-}\r
-?>\r
+}
index 52129e161448748d0e38cf932dc5a8c34d0b403b..fb5ece82781545a092c8c8d0184234a7d1d56eb9 100644 (file)
@@ -96,5 +96,4 @@ class UserAuthDefault extends UserAuth {
        protected function checkCookiePassword($user, $password) {\r
                return $user->checkCookiePassword($password);\r
        }\r
-}\r
-?>\r
+}
index 96c8638cddda480592fd0dc7cd38a9bc641bdb97..c0bcea4e2c625b2502e5a837a11588f2c9f5e281 100644 (file)
@@ -75,4 +75,3 @@ class Breadcrumb {
                return $this->url;
        }
 }
-?>
index 9c0a7b0f6080fba182caea5e3956252a23b990e0..8b754de086d4dcac98d6ced4e58787f5106459f2 100644 (file)
@@ -71,4 +71,3 @@ class Breadcrumbs extends SingletonFactory {
                return false;
        }
 }
-?>
index 3038d1bcd60cbec370575a2466d789a1a4bb9ca6..7b6d61c00af101419d247fd82082aac821e8c756 100644 (file)
@@ -19,5 +19,4 @@ interface CacheBuilder {
         * @return      array           $data\r
         */\r
        public function getData($cacheResource);\r
-}\r
-?>
\ No newline at end of file
+}
index c989ef9d9c5343480d57e16b03cf8230ba9df7f9..592975656ba3c8d2fae8fe7576b62c68246b75d7 100644 (file)
@@ -148,5 +148,4 @@ class CacheBuilderACPMenu implements CacheBuilder {
                \r
                return $count;\r
        }\r
-}\r
-?>\r
+}
index 58a454b3d8ae05aa35bce728ff8f853174c5bdce..14e5b100e899d8a46b1a00e5c57cc0449418499f 100644 (file)
@@ -77,4 +77,3 @@ class CacheBuilderApplication implements CacheBuilder {
                return $data;
        }
 }
-?>
index 4f08810be586a49c2a44431e3935524e0a99b9e3..dff2a2b1cb6642fd3cdaec5d4e5b81741a7ddbd0 100644 (file)
@@ -48,4 +48,3 @@ class CacheBuilderCleanupAdapter implements CacheBuilder {
                return $data;
        }
 }
-?>
index 930d24f514226a11af353629289899041f2868c4..ba48eac4ee5d24921436128628813fc8050d1752 100644 (file)
@@ -40,4 +40,3 @@ class CacheBuilderCoreObject implements CacheBuilder {
                return $data;
        }
 }
-?>
index 33fab3b5b7489c8c560934d35900f3ca12f0b476..c8634e548673bab0825acd9c75e4d9bfee655c66 100644 (file)
@@ -37,4 +37,3 @@ class CacheBuilderCronjob implements CacheBuilder {
                );
        }
 }
-?>
index c1ed56be079869de431725b788e0c14e4ebfa2a2..1afbbbeb9e3f323e373de2b2470b5647904e5950 100644 (file)
@@ -73,5 +73,4 @@ class CacheBuilderEventListener implements CacheBuilder {
                        return strcmp($listenerA['listenerClassName'], $listenerB['listenerClassName']);\r
                }       \r
        }\r
-}\r
-?>\r
+}
index bf108aeae5a3fabd2e0cbc9cbf4d276a5e0669c4..84e05efc2c966a477f46db53e518383f9f159571 100644 (file)
@@ -88,4 +88,3 @@ class CacheBuilderIcon implements CacheBuilder {
                return $files;
        }
 }
-?>
\ No newline at end of file
index 3d7561d92214e12a5dea6e0b0896517ad4ddab46..1e026e124291e02f287810babb3dce90ecb7bcd2 100644 (file)
@@ -86,5 +86,4 @@ class CacheBuilderLanguage implements CacheBuilder {
 \r
                return $data;\r
        }\r
-}\r
-?>\r
+}
index c1310aa94d9b4be4a693fdda8eeab52e7093ef61..ef31b6f915c13fd05243ba62e06f75aa2a35f2bc 100644 (file)
@@ -113,5 +113,4 @@ class CacheBuilderOption implements CacheBuilder {
                \r
                return $data;\r
        }\r
-}\r
-?>\r
+}
index 98a65da7c792876d13a0afd489699d912b1f01b2..09ab660b35f2ba102a29efa58d8426148301a21b 100644 (file)
@@ -24,5 +24,4 @@ class CacheBuilderPackage implements CacheBuilder {
                \r
                return $packageList->getObjects();\r
        }\r
-}\r
-?>\r
+}
index 1c050dbd32bcec436c582175fae8f6b7265e403d..49d5c119f9aa125f9a7b1e48c5e9e417981a48ac 100644 (file)
@@ -58,4 +58,3 @@ class CacheBuilderPackageDependency implements CacheBuilder {
                return $data;
        }
 }
-?>
index 29c6b6825c3ee6eec341ee2789043813068ef4b5..44e41f325a512513df0c6ba74132e3cf4370aacb 100644 (file)
@@ -60,4 +60,3 @@ class CacheBuilderPageMenu implements CacheBuilder {
                return $data;
        }
 }
-?>
index 53dd7ec35aec9c221dd179b00311bba631857f38..9020279c432ae2cc63bd171ffa23082c4d5fafc6 100644 (file)
@@ -24,5 +24,4 @@ class CacheBuilderSpider implements CacheBuilder {
                \r
                return $spiderList->getObjects();\r
        }\r
-}\r
-?>\r
+}
index be5b5533117784a34c89b6338ee4b92f0425b16c..91d81b112a5503162490b4a42bf493cd7283662d 100644 (file)
@@ -64,5 +64,4 @@ class CacheBuilderStyle implements CacheBuilder {
                \r
                return $data;\r
        }\r
-}\r
-?>\r
+}
index 716b5962c9a006da97e09be6ff0aecb681b4101a..8fda51eb06b848899545d60d7afb41a3b48bb5f6 100644 (file)
@@ -54,5 +54,4 @@ class CacheBuilderTemplate implements CacheBuilder {
                \r
                return $data;\r
        }\r
-}\r
-?>\r
+}
index 44c47daadb70971904cb9ec0bf3e23756ad2e0a7..2ee84700df32e63eab5d29a66696500db9f00eb1 100644 (file)
@@ -24,4 +24,3 @@ class CacheBuilderTemplateGroup implements CacheBuilder {
                return $templateGroupList->getObjects();
        }
 }
-?>
index daca6f78bfc16a32e2be7a99f541f97ba4e59d92..d37802b071b415115edda543c924bd713fd8826a 100644 (file)
@@ -36,4 +36,3 @@ class CacheBuilderTemplateListener implements CacheBuilder {
                return $data;
        }
 }
-?>
index 05cde263adb6bdffcba503364afc3f87e4363209..a01db1a27dc307dc139dde6f68a2094d49cf87bb 100644 (file)
@@ -36,4 +36,3 @@ class CacheBuilderTemplateListenerCode implements CacheBuilder {
                return $data;
        }
 }
-?>
index 4390f854b3666ca9feb178966d6c8f33a8262363..be28d794b3f1c36898a03f498c9a63b9bf669fde 100644 (file)
@@ -37,5 +37,4 @@ class CacheBuilderUserGroup implements CacheBuilder {
                \r
                return $data;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 9a559a38dd1d7559c310d35ec6c0f33c1f544342..0b7042345f5f0fa6c792bb9d52e926c4368fcd62 100644 (file)
@@ -119,5 +119,4 @@ class CacheBuilderUserGroupPermission implements CacheBuilder {
                \r
                return $this->typeObjects[$type];\r
        }\r
-}\r
-?>\r
+}
index 390beaaa983e69ba3fd1167c33576af8a065eb1e..b030a3a20968076d501fa9d8670c22e0929ba5c9 100644 (file)
@@ -166,5 +166,4 @@ class CacheHandler extends SingletonFactory {
        public function getCacheSource() {\r
                return $this->cacheSource;\r
        }\r
-}\r
-?>\r
+}
index dfbee8d8ed88ca52fac6991e0c0c2a7424764edb..fb869d0f8692c7f5d54f4791718df571d6706e1a 100644 (file)
@@ -53,5 +53,4 @@ class SetupCacheHandler extends CacheHandler {
        public function rebuild($cacheResource, $forceRebuilt = false) {\r
                return false;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 1b7d89c186ab48d9c4b08c5a9239e1dcf18101c4..4c85270e4e906e969ecf38781a2c2be359e97e2f 100644 (file)
@@ -55,4 +55,3 @@ interface CacheSource {
         */
        public function flush();
 }
-?>
\ No newline at end of file
index 04e0896d9d3d21b7fc14a4764fb1d70a9642d60e..e8013f3c5db5381d8de9d1bea1d19780453e3231 100644 (file)
@@ -219,4 +219,3 @@ class DiskCacheSource implements CacheSource {
                }
        }
 }
-?>
index 437fae56cf548a50d5d051dc563857806ea8320e..80261871cf82093f8a6e46caf74dcf52c41862cf 100644 (file)
@@ -64,4 +64,3 @@ class MemcacheAdapter extends SingletonFactory {
                return $this->memcache;
        }
 }
-?>
\ No newline at end of file
index 3457594a8b48e6158d7a85be7af4917eee0e9619..816fa99beb71e1e6d2f72bfb8eb06e7842283584 100644 (file)
@@ -189,4 +189,3 @@ class MemcacheCacheSource implements CacheSource {
                // if ($this->getAdapter() !== null && $this->getAdapter()->getMemcache() !== null) $this->getAdapter()->getMemcache()->close();
        }
 }
-?>
index 86a1de435183f99730bea720f927ad1744ecbe70..c77729ba41da7e1ce0144bb8f31a846b643c4621 100644 (file)
@@ -18,5 +18,4 @@ interface CleanupAdapter {
         * @param       array           $objectIDs\r
         */\r
        public function execute(array $objectIDs);\r
-}\r
-?>
\ No newline at end of file
+}
index c6deb7d7bcdeaf90bb59075b563fa7995ce0e030..0afefe3f06b399c2eff22e0ea082b1a30777149c 100644 (file)
@@ -170,4 +170,3 @@ class CleanupHandler {
                }
        }
 }
-?>
index 21f699ec1702b08b009a9f039f6ca553f1f1aaae..f948a9a63a9d7b38dd3bda99e00932a885640dc2 100644 (file)
@@ -25,4 +25,3 @@ class CleanUpCronjobLogCronjob implements Cronjob {
                ));
        }
 }
-?>
\ No newline at end of file
index daa6f0dcd639c993691e66e0f2914d7d4e6d13b7..10d04bdbe73e5103f42bd9f4ecf5e02857788383 100644 (file)
@@ -38,4 +38,3 @@ class CleanUpSessionLogCronjob implements Cronjob {
                ));
        }
 }
-?>
\ No newline at end of file
index e51edbdba08018d1d24ae27dccfc1f70708564a9..a37386f3234a6f69d406f4128467e55903254328 100644 (file)
@@ -19,5 +19,4 @@ class CleanupListenerCronjob implements Cronjob {
        public function execute(array $data) {\r
                CleanupHandler::getInstance()->execute();\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index edea24a09cc1156a72bfe040ec1b9a3d12c1efb1..a30db17e77abe7e67f60f9542937decaf8f89f14 100644 (file)
@@ -22,5 +22,4 @@ interface Cronjob {
         *                                              field).\r
         */\r
        public function execute(array $data);\r
-}\r
-?>
\ No newline at end of file
+}
index b4a10cb63360ef28291c0385339c9f1115d6f67d..c5fbd33e3238d349e7e660ea5cfe4ae9e5093b94 100644 (file)
@@ -201,4 +201,3 @@ abstract class CronjobScheduler {
                CacheHandler::getInstance()->clear(WCF_DIR.'cache/', 'cache.cronjobs-'.PACKAGE_ID.'php');
        }
 }
-?>
index 795fa2e9c38bc3db3a09efcd7fb3dcc2ead0fa9a..517ed8fb7cb1a4595fb6d4f53c6ed99c0727acba 100644 (file)
@@ -20,5 +20,4 @@ class GetUpdateInfoCronjob implements Cronjob {
        public function execute(array $data) {\r
                PackageUpdate::refreshPackageDatabaseAutomatically();\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index ea770f6fee74f49b176f8e55fc980907ae74fb0c..bc13d9bb7853260a3fd8d058864e834d64b2bc28 100644 (file)
@@ -76,4 +76,3 @@ class RefreshSearchRobotsCronjob implements Cronjob {
                @unlink($filename);
        }
 }
-?>
index 737b5ea1632e5d948cdc48c4b70a405f5e83ff8a..d4a3c0806fd00d9912a4591d6de732e5caea1fab 100644 (file)
@@ -335,5 +335,4 @@ abstract class Database {
                $this->pdo->setAttribute(\PDO::ATTR_CASE, \PDO::CASE_NATURAL);\r
                $this->pdo->setAttribute(\PDO::ATTR_STRINGIFY_FETCHES, false);\r
        }\r
-}\r
-?>\r
+}
index 8d57816e1b1698defe3f70a0ee599c205b740747..1f63a496e195062ab2d2d818381b99553ec406c6 100644 (file)
@@ -137,5 +137,4 @@ class DatabaseException extends SystemException {
                \r
                parent::show();\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 89f9cd85e95ac0e7e5c37941b73abb5254702911..06a07e0ef549ae7bd8cdfc420020b2e60c49777b 100644 (file)
@@ -92,4 +92,3 @@ class MySQLDatabase extends Database {
                $this->pdo->setAttribute(\PDO::MYSQL_ATTR_USE_BUFFERED_QUERY, true);
        }
 }
-?>
index f3cd78260d06442d8776bbc12420f8c5cb06ba6e..18c60145b9692c50626bc19cc4d0a17a6117a150 100644 (file)
@@ -116,4 +116,3 @@ class PostgreSQLDatabase extends Database {
                return StringStack::pushToStringStack($matches[0], 'postgresQuotes');
        }
 }
-?>
\ No newline at end of file
index 6c479fd70c260ebd0b51efa8aac0503dbfc418f9..df739ffc2f3bd00668c25cb01373a6aefac743f9 100644 (file)
@@ -121,4 +121,3 @@ abstract class DatabaseEditor {
         */
        public abstract function dropIndex($tableName, $indexName);
 }
-?>
\ No newline at end of file
index d839a351e7e40d44474c50cf3fc637a246b22278..70f6b659ab430815f0d5d4118e3bb8c1c09c627d 100644 (file)
@@ -220,4 +220,3 @@ class MySQLDatabaseEditor extends DatabaseEditor {
                return $definition;
        }
 }
-?>
\ No newline at end of file
index 9f5f612507535ebc311b49929ad591aeed40dcd3..7b1faf44d343756a782407949e9d39141fb4b5f4 100644 (file)
@@ -373,4 +373,3 @@ class PostgreSQLDatabaseEditor extends DatabaseEditor {
                throw new DatabaseException("Unknown / unsupported data type '".$mySQLType."'", $this->dbObj);
        }
 }
-?>
\ No newline at end of file
index a3fc0c0208102a1972cfa1ee36144640c5bc06c7..432b18fa3da4402412403798274ae02aa776f38b 100644 (file)
@@ -158,4 +158,3 @@ class PreparedStatement {
                return '';
        }
 }
-?>
\ No newline at end of file
index 0932edd01babc5e0eacae704bf37b39b66c19875..8e0ce5c7fcc654968d85d705d47822ffa52dee6a 100644 (file)
@@ -57,5 +57,4 @@ class ConditionBuilder {
        public function __toString() {\r
                return $this->conditions;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 8bbba4c5d06a3507acd28831d1d2577edc053f02..3bd5b2c4e8fded8579fc688a3453969075ffc1b2 100644 (file)
@@ -73,5 +73,4 @@ class PreparedStatementConditionBuilder extends ConditionBuilder {
        public function getParameters() {\r
                return $this->parameters;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 9b244fd0fb55dc4ec725776a14eb43297b697f6b..d0bc91801dffabc38f35349a994f2b01a2116e53 100644 (file)
@@ -299,4 +299,3 @@ class SQLParser {
                $statement->execute();
        }
 }
-?>
\ No newline at end of file
index 7619cb6e477fbec10f7377155b89abf8ce116e13..832c91c68738dec6d5fa4afa5c2c0e805195d3c4 100644 (file)
@@ -187,5 +187,4 @@ class EventHandler extends SingletonFactory {
        public static function generateKey($className, $eventName) {\r
                return $eventName.'@'.$className;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index c4975dd558cdb549056c0446d243164b051f5e15..753e9c6002a1487253b2e6cd926faabd69e6030f 100644 (file)
@@ -20,5 +20,4 @@ interface EventListener {
         * @param       string          $eventName\r
         */\r
        public function execute($eventObj, $className, $eventName);\r
-}\r
-?>
\ No newline at end of file
+}
index 9a0cccbde88eb5fde5cae317654eaf782d4f4609..56b8a9836566281bbe661da76f93547cacdb3774 100644 (file)
@@ -76,4 +76,3 @@ class SessionAccessLogListener implements EventListener {
                }
        }
 }
-?>
index 2dfa014470ccb21b46730353ffd82b267fa71c96..68e43b90ec0284a995633a3289ff0e31cbe85946 100644 (file)
@@ -27,5 +27,4 @@ class AJAXException extends \Exception {
                ));\r
                exit;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index a343431e67ca523644990ba65f6ee0b10cdbc405..0873f88dfce9f10aa431e51e82460b4929e2dfe1 100644 (file)
@@ -27,5 +27,4 @@ class IllegalLinkException extends NamedUserException {
                @header('HTTP/1.0 404 Not Found');\r
                parent::show();\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index ab35a6b4ecefd66983ef418e6a3563bc7a2a9801..08d710f478f69fcf07d258bb89b1b11a3c80c184 100644 (file)
@@ -35,5 +35,4 @@ class NamedUserException extends UserException {
                ));\r
                WCF::getTPL()->display('userException');\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 6b8fcae931c22c6f4d4f6106ee21d0f35feb56f7..cefbe58e659f761e53dd561e99af249d827b2bc4 100644 (file)
@@ -27,5 +27,4 @@ class PermissionDeniedException extends UserException {
                @header('HTTP/1.0 403 Forbidden');\r
                WCF::getTPL()->display('permissionDenied');\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 914c64ef47bbab174016935c86096d90acd00892..1b534fbbfe89ef793c3af329e830ea45443babb7 100644 (file)
@@ -17,5 +17,4 @@ interface PrintableException {
         * This method is called by WCF::handleException().\r
         */\r
        public function show();\r
-}\r
-?>
\ No newline at end of file
+}
index 92f29bd0790d4f31ccf806fc20d9788e82e481ff..dd26788307b63f00eec74004bfcf718c244e8e8d 100644 (file)
@@ -145,5 +145,4 @@ class SystemException extends \Exception implements PrintableException {
 \r
 <?php\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 59275a7c8e91b050fd6ef7adb271c70937fc870e..e101908f7a3e1b24ce954a4c87c1aa5eeeec38fd 100644 (file)
@@ -18,5 +18,4 @@ abstract class UserException extends \Exception implements PrintableException {
        public function show() {\r
                echo '<pre>' . $this->getTraceAsString() . '</pre>';\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 48b0267689796aebf64911dd2277a3f3a8fbf933..79d97530e42ecd9ea7303f828477f4a87f74bd3e 100644 (file)
@@ -56,5 +56,4 @@ class UserInputException extends UserException {
        public function getType() {\r
                return $this->type;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index acc256084f28a32a282c3f21ae9628b6f8c4f96a..c11bc99e46d793712797a8fffcb595bfcc40b0ba 100644 (file)
@@ -10,5 +10,4 @@ class ValidateActionException extends \Exception {
        public function __construct($message) {\r
                die($message);\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index bfad7cde9950ffe2ad13a4314712be89a70da681..ff919cf0e570cf88b8a343678d073fa95cf90af1 100644 (file)
@@ -123,5 +123,4 @@ class FormDocument {
                        }\r
                }\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index ac0bb3b4e4268a03460550b4525578a931c214de..71c072f515ac2658a03ee4560a1c6ebddbb53d05 100644 (file)
@@ -62,5 +62,4 @@ interface FormElement {
         * @return      string\r
         */\r
        public function getHTML($formName);\r
-}\r
-?>
\ No newline at end of file
+}
index f4640299c2eabe128e1983e42b42951167eab18e..182fefea9e10058de4b07d12bfecd2a4a72fbe87 100644 (file)
@@ -84,5 +84,4 @@ interface FormElementContainer {
         * @return      string\r
         */\r
        public function getHTML($formName);\r
-}\r
-?>
\ No newline at end of file
+}
index e3beb9802f7d0aaca19e79b6cd388c4bf8c961bf..8a21f7207168ee1ba6d4508c3aaa8fafd301f7e8 100644 (file)
@@ -115,5 +115,4 @@ abstract class AbstractFormElementContainer implements FormElementContainer {
                        }\r
                }\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index a3bfa78842dfedd44f3dbab693117923a9bfe490..b8981b6d071637d63be1f0f35687924164d10956 100644 (file)
@@ -31,5 +31,4 @@ class GroupFormElementContainer extends AbstractFormElementContainer {
 </fieldset>\r
 HTML;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 0726b43232dd769b809947b650a39231756e4832..cf78dae6d27eaafb32f43fb4e314b9cf80464214 100644 (file)
@@ -66,5 +66,4 @@ class MultipleSelectionFormElementContainer extends SelectionFormElementContaine
 </div>\r
 HTML;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 89f6c9c9c92d9e88634c4079ee7e10a9c6026a00..3ce57a6ef26192816c40546fcaf0b8310dfe5da6 100644 (file)
@@ -36,5 +36,4 @@ abstract class SelectionFormElementContainer extends AbstractFormElementContaine
        public function getName() {\r
                return $this->name;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 699b82bb0729f89bfc9c3f34d618abc4b7c5d0b4..55821e4511a8dff32aef5f63cc9e3f720c33d74a 100644 (file)
@@ -66,5 +66,4 @@ class SingleSelectionFormElementContainer extends SelectionFormElementContainer
 </div>\r
 HTML;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 98274875c93fe4ee08b26976c0cd8c631a4312c1..54b463c6da29b5a38d2997b97a56983025936d2c 100644 (file)
@@ -77,5 +77,4 @@ abstract class AbstractFormElement implements FormElement {
        public function getParent() {\r
                return $this->parent;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 4d39148185676de023f5e4ef2d03379d110e24c2..f2c55b7e648df43e716175d0df517ee6394dddd5 100644 (file)
@@ -62,5 +62,4 @@ abstract class AbstractNamedFormElement extends AbstractFormElement {
        public function getValue() {\r
                return $this->value;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index feadd64c3567fc85dbdf4285dbfd205a868fb61f..5900491a28977f6bd20c8e6dd84d5c2a52a3b903 100644 (file)
@@ -56,5 +56,4 @@ class LabelFormElement extends AbstractFormElement {
 </div>\r
 HTML;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 187def1015b315489622c90e7bce7b9357b4b310..325a1384837e8d6e8981e22028a808f9798c9b66 100644 (file)
@@ -20,5 +20,4 @@ class MultipleSelectionFormElement extends AbstractNamedFormElement {
 <label><input type="checkbox" name="{$formName}{$this->getParent()->getName()}[]" value="{$this->getValue()}" /> {$this->getLabel()}</label>\r
 HTML;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index f9de1fbcfcf13280029cda3e7651899ff6c49d56..6f7eaaf5368923cb7313d7554c9e575bb3a831ad 100644 (file)
@@ -31,5 +31,4 @@ class PasswordInputFormElement extends AbstractNamedFormElement {
 </div>\r
 HTML;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 50d1a832227b84c15cc1744d297603879b78bd5a..79f9a5fac3f672e7fd957ecc89dbc48b2a005013 100644 (file)
@@ -20,5 +20,4 @@ class SingleSelectionFormElement extends AbstractNamedFormElement {
 <label><input type="radio" name="{$formName}{$this->getParent()->getName()}" value="{$this->getValue()}" /> {$this->getLabel()}</label>\r
 HTML;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 53e1d7bf4e6d827d79cd75fe389d0d03b30f1304..baf80c08493c031ea42347f77d0dbd2ea1695bb0 100644 (file)
@@ -31,5 +31,4 @@ class TextInputFormElement extends AbstractNamedFormElement {
 </div>\r
 HTML;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index e95ee9cede6b378a9be850b8e958ea9de29bc7fc..f41d105272b88440ceb2b759767fb6953ab61f76 100644 (file)
@@ -444,5 +444,4 @@ class Thumbnail {
                \r
                return substr($name, 0, $maxChars - 3) . '...' . $extension;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 4fe520dc1f984e4e4637fc21be4e2f546697e7d0..aa6e11fda6bf7a2273b4ef207f2784c9f7957ece 100644 (file)
@@ -47,5 +47,4 @@ class FTP {
                \r
                return call_user_func_array('ftp_' . $function, $arguments);\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 35591ef5b00710b26611d902da33ee0362aa8f07..a5a4130e7fc7b4fef94db2473a1592cffcfa9fee 100644 (file)
@@ -77,5 +77,4 @@ class File {
                        throw new SystemException('Can not call file method ' . $function, 11003);\r
                }\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 7060b35302666398252dfa251eb33336247b9558..03598052f7770b80b0c35d9b35a0b89105f1d491 100644 (file)
@@ -74,5 +74,4 @@ class GZipFile extends File {
                $this->rewind();\r
                return $eof - $correction;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index fba2d87ba5da4c57682e90779de7d6b46b0e79ec..584df03126377cf9913c37e7007781990c50f73e 100644 (file)
@@ -77,5 +77,4 @@ class RemoteFile extends File {
        public function getErrorDesc() {\r
                return $this->errorDesc;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 61a8c800cf81e16b8ce413332742b64ba9cdf9e2..9bfa6bbb31ab725726e0180f03aad57d551fcd79 100644 (file)
@@ -318,5 +318,4 @@ class Tar {
        public function isZipped() {\r
                return $this->isZipped;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 31aadcdbdc867edcda82812c11eab78141bc9c06..5aaf57b59cdc39c6a43f5b2b44e66581989188f6 100644 (file)
@@ -268,5 +268,4 @@ class TarWriter extends Tar {
 \r
                return true;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 321b71b86c198e1be76981d1685318ebcde2bc48..fc8dfc827144287b42b027f4995bcc73b97b18b3 100644 (file)
@@ -209,5 +209,4 @@ class ZipWriter {
                \r
                return pack("H*H*H*H*", $timeLeft, $timeRight, $dateLeft, $dateRight);\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 8273b31097b7ba0a8f9adf4c2ff8f2cb791adc24..6ebbc37d0d770b7a3f9551509f8430a1cef4e879 100644 (file)
@@ -355,4 +355,3 @@ abstract class LanguageFactory {
                return $languages;
        }
 }
-?>
index 969e664ea0f5f0a7eb075b0cf2d57e7b29fd73ee..e31cbf7b236e1ef4301993fc2f81d785221603b4 100644 (file)
@@ -43,5 +43,4 @@ class DebugMailSender extends MailSender {
                        "Attachments: ".print_r($mail->getAttachments(), true)."\n\n".\r
                        $mail->getMessage()."\n\n";\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 5929467e50e1f69755da3d14ebce962d9bd84d85..236af0bd56d41a67fa713c83ada4116b003b2703 100644 (file)
@@ -456,5 +456,4 @@ class Mail {
                \r
                return $string;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 8e741b585e0786a2984893305c8584b8909deb23..7da3e41d9dbe3f85a6c0f46d230c65e3c746925d 100644 (file)
@@ -49,5 +49,4 @@ abstract class MailSender {
         * @param       Mail    $mail\r
         */\r
        public abstract function sendMail(Mail $mail); \r
-}\r
-?>
\ No newline at end of file
+}
index 15b5ee6cd27242993497c26c3e0bad1d9ea319dd..7fc116eccbfc5c5d5a4597768975ce8f69d5d90e 100644 (file)
@@ -19,5 +19,4 @@ class PHPMailSender extends MailSender {
                if (MAIL_USE_F_PARAM) return @mb_send_mail($mail->getToString(), $mail->getSubject(), $mail->getBody(), $mail->getHeader(), '-f'.MAIL_FROM_ADDRESS);\r
                else return @mb_send_mail($mail->getToString(), $mail->getSubject(), $mail->getBody(), $mail->getHeader());\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 561ae7aff70464359812f12dc9c664af609c6f82..95b1c58b6bd1181fdb6e3712c0a9f56717609752 100644 (file)
@@ -211,5 +211,4 @@ class SMTPMailSender extends MailSender {
        protected function write($data) {\r
                $this->connection->puts($data.Mail::$crlf);\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 70f52e1b5dec0ba0d05dfbfc274e91d7ccddf771..0996dec5c46c89cbadd44858a00ab84b22dd1c0b 100644 (file)
@@ -207,5 +207,4 @@ abstract class TreeMenu extends SingletonFactory {
                if (isset($this->menuItems[$parentMenuItem])) return $this->menuItems[$parentMenuItem];\r
                return array();\r
        }\r
-}\r
-?>\r
+}
index cd5343282dbb77c477fa78c452d50a6abdb77580..1c8a86a27b4e8e43ed9c20dcef474c9082ab16e9 100644 (file)
@@ -18,5 +18,4 @@ interface TreeMenuItem {
         * @return string\r
         */\r
        public function getLink();\r
-}\r
-?>\r
+}
index f03acd7608bd99128ec16c2d69adc690fa7e0d4c..cf95905e6ef4bbcbf1bf099cb8fb260a3c12ad7c 100644 (file)
@@ -27,5 +27,4 @@ class ACPMenu extends TreeMenu {
                CacheHandler::getInstance()->addResource('menu-'.PACKAGE_ID, WCF_DIR.'cache/cache.menu-'.PACKAGE_ID.'.php', 'wcf\system\cache\CacheBuilderACPMenu');\r
                $this->menuItems = CacheHandler::getInstance()->get('menu-'.PACKAGE_ID);\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 08b7b7624d1f061d6e994815e3e8fa53a0271c60..e6ebb2b4adc984d555d36d5553ef0cbd1457bf9f 100644 (file)
@@ -25,5 +25,4 @@ class DefaultPageMenuItemProvider implements PageMenuItemProvider {
        public function getNotifications() {\r
                return 0;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 29c619205182435f4442a85a72bf2d42e11a6b97..3e818aca8ddf3d56a5e6a3f936d265061ea9ca44 100644 (file)
@@ -35,5 +35,4 @@ class PageMenu extends TreeMenu {
                \r
                return $item->getProvider()->isVisible();\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 1813bed07ea063a8ebf168e8fe00ad7871e2d2de..33404ca5149fd510da4dd3fbde5ca81fcf7f1f9c 100644 (file)
@@ -25,5 +25,4 @@ interface PageMenuItemProvider {
         * @return boolean\r
         */\r
        public function getNotifications();\r
-}\r
-?>
\ No newline at end of file
+}
index 852331e817d58a68fc202d102ee0965133f1a08e..7d962e1b08cb856adc1f7d8d80aecc40bc71507f 100644 (file)
@@ -39,5 +39,4 @@ interface OptionType {
         * @return      string\r
         */\r
        public function getData(Option $option, $newValue);\r
-}\r
-?>
\ No newline at end of file
+}
index 958c96ff61a4915c2d99f9d314ec283f352f7007..460d5670a14aab7a08e23f00175aa8973d353205 100644 (file)
@@ -61,5 +61,4 @@ class OptionTypeBoolean implements OptionType, SearchableUserOption {
                $conditions->add("option_value.userOption".$option->optionID." = ?", array(1));\r
                return true;\r
        }\r
-}\r
-?>\r
+}
index 31a85ee90168a07deb6548213f7a11b3822cb9cf..91088335ad0092a2f34e3ad6a9172b53cee6557b 100644 (file)
@@ -43,5 +43,4 @@ class OptionTypeCustomselect extends OptionTypeSelect {
                }\r
                return $newValue;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 2dd739b13c0f3be8aa11b360327cd9014827acaa..a9ff5809456a18d5aacd613e7391f16c7836131a 100644 (file)
@@ -141,5 +141,4 @@ class OptionTypeDate implements OptionType, SearchableUserOption {
                $conditions->add("option_value.userOption".$option->optionID." = ?", array($value));\r
                return true;\r
        }\r
-}\r
-?>\r
+}
index d1ed7e7bf8c1a9d499d9e611ce858455373d33e4..9e9ff9fe79de35b48e3880c3582641c1a15a6820 100644 (file)
@@ -34,4 +34,3 @@ class OptionTypeFloat extends OptionTypeText {
                return floatval($newValue);
        }
 }
-?>
\ No newline at end of file
index e163cd00444ad54fe4505df0cdfea12aa8a46aad..663127938f5e43d5aca7e9855fc425111816dede 100644 (file)
@@ -20,5 +20,4 @@ class OptionTypeInteger extends OptionTypeText {
        public function getData(Option $option, $newValue) {\r
                return intval($newValue);\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 589129d736a11f8b0b08b3bd1ed452cfe570b2f3..3a14cbf674aabf280468190b8f8f7294d0d8cd5e 100644 (file)
@@ -79,5 +79,4 @@ class OptionTypeMultiselect extends OptionTypeSelect {
                $conditions->add("option_value.userOption".$option->optionID." = ?", array(implode("\n", $value)));\r
                return true;\r
        }\r
-}\r
-?>\r
+}
index 680921f8d2a11b57d299c513fa2a57ea3fdd8d6b..259f68ca389ddd9fc02bb037a8702fd822107848 100644 (file)
@@ -26,5 +26,4 @@ class OptionTypePassword extends OptionTypeText {
        public function getCondition(PreparedStatementConditionBuilder &$conditions, Option $option, $value) {\r
                return false;\r
        }\r
-}\r
-?>\r
+}
index 4296bcda25759d82b28182f82b7246c8247657d4..6f2d0dfdb475a51a4ab0178b481a88e96c73aa69 100644 (file)
@@ -87,5 +87,4 @@ class OptionTypeRadiobuttons implements OptionType, SearchableUserOption {
                $conditions->add("option_value.userOption".$option->optionID." = ?", array($value));\r
                return true;\r
        }\r
-}\r
-?>\r
+}
index c7fd1ce5f9bf6b21f2154bbe274707a3634f1048..0881b6b261bfb8429d1f36f40b26d88adf9cd9f8 100644 (file)
@@ -71,5 +71,4 @@ class OptionTypeSelect extends OptionTypeRadiobuttons {
                        'enableOptions' => $enableOptions\r
                );\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 7a1a259beb4cbeb126ea2bbc805fe172fe2e7fb9..e45aea84a2b6fec99848ba07329b5d5d0e153907 100644 (file)
@@ -65,5 +65,4 @@ class OptionTypeText implements OptionType, SearchableUserOption {
                $conditions->add("option_value.userOption".$option->optionID." LIKE ?", array('%'.addcslashes($value, '_%').'%'));\r
                return true;\r
        }\r
-}\r
-?>\r
+}
index f39422c099d5a4f8eaee22bc7c204cbd9aff6d04..6d5eee81ad50cd63305619ef5104eb43bbff2db6 100644 (file)
@@ -25,5 +25,4 @@ class OptionTypeTextarea extends OptionTypeText {
                ));\r
                return WCF::getTPL()->fetch('optionTypeTextarea');\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 2627efde3222ded36278ce90de2bdda8414db01f..d166abd0c88fee146902ac6b26186a81940c0938 100644 (file)
@@ -49,5 +49,4 @@ class OptionTypeTimezone implements OptionType {
        public function getData(Option $option, $newValue) {\r
                return $newValue;               \r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 3b0897d979909d3e7cf7b800135315aa214d9a4f..00509b749812d2dc3277d4fda8a932525ba8d497 100644 (file)
@@ -32,5 +32,4 @@ interface SearchableUserOption {
         * @param       boolean\r
         */\r
        public function getCondition(PreparedStatementConditionBuilder &$conditions, Option $option, $value);\r
-}\r
-?>\r
+}
index 04302003b6f79ad9aee9a5c1a48303743eb54386..0b1a1bb7dbdc5e4d64b8039468a824182d05a65c 100644 (file)
@@ -20,5 +20,4 @@ interface GroupOptionType extends OptionType {
         * @return      mixed           $value\r
         */\r
        public function merge(array $values);\r
-}\r
-?>
\ No newline at end of file
+}
index dec2f0021d0ebdb9b39b348bf717fd7720cb1f8f..00401ed29cc936085f76671f3ef64f1518f0bd00 100644 (file)
@@ -24,5 +24,4 @@ class GroupOptionTypeBoolean extends OptionTypeBoolean implements GroupOptionTyp
 \r
                return false;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 8fc73939d592b70f98223409ae83d715ca2f1fb4..f5d53ca68f05369829327747b0f283a2797ab9bc 100644 (file)
@@ -78,5 +78,4 @@ class GroupOptionTypeGroups implements GroupOptionType {
 \r
                return implode(',', $result);\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 157db0964878ebcd4227da4578b4ecbdf2f68ed9..2d73e83a98a2f2f8c0b6aed8e2f4351c23503f7c 100644 (file)
@@ -20,5 +20,4 @@ class GroupOptionTypeInfiniteInteger extends GroupOptionTypeInteger {
                if (in_array(-1, $values)) return -1;\r
                return parent::merge($values);\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index f69504f0fbebf2c1863258c44357fa931854095a..e091b0c68c9f26e8c9de9ddccb8f8e12e3894480 100644 (file)
@@ -24,5 +24,4 @@ class GroupOptionTypeInfiniteInverseInteger extends GroupOptionTypeInverseintege
                if (count($values) == 0) return -1;\r
                return min($values);\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index af455b5cf7d827c6d29e9763f246f40ef8bf31a3..cd986666b4fa83f5088c352fe8c53695c9470a4d 100644 (file)
@@ -20,5 +20,4 @@ class GroupOptionTypeInteger extends OptionTypeInteger implements GroupOptionTyp
        public function merge(array $values) {\r
                return max($values);\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 3711dfe8856208dcd9075ac9ffa3e985a4d0fecb..fbb63a1efa6a06ace5daea050ec167bb199c5ddd 100644 (file)
@@ -20,5 +20,4 @@ class GroupOptionTypeInverseInteger extends OptionTypeInteger implements GroupOp
        public function merge(array $values) {\r
                return min($values);\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 4f2fbcbd0d09f5dcc8fa0e2adc8d95f54a7312f4..3340adfba89d117841d0c19151e77df7af840853 100644 (file)
@@ -28,4 +28,3 @@ class GroupOptionTypeText extends OptionTypeText implements GroupOptionType {
                return $result;
        }
 }
-?>
\ No newline at end of file
index 4edfc6eed022ab251d7fa4ad17f54a86358525c7..a540e47af45f0636b6e311edfafa95123bc08abc 100644 (file)
@@ -27,5 +27,4 @@ class GroupOptionTypeTextarea extends OptionTypeTextarea implements GroupOptionT
 \r
                return $result;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 45f7e8080a7e3deb41e75180b68111718ba87336..594619b02490257d8a6e6863ae9b99cfb4fe44a1 100644 (file)
@@ -106,4 +106,3 @@ class ACPTemplatesFileHandler extends PackageInstallationFileHandler {
                }
        }
 }
-?>
index 555900cb7dc36dea3682bf412d995d9ed6ab3871..cef52e9c67dca6c304c66a318764df1b3df7b4ca 100644 (file)
@@ -98,4 +98,3 @@ class FilesFileHandler extends PackageInstallationFileHandler {
                }
        }
 }
-?>
index 9b78469180d9356c3f4cc65fc4b52cc43a71dc0b..6e194afa69fb475968cfc6000740af1f1e8ffa9b 100644 (file)
@@ -878,4 +878,3 @@ class PackageArchive {
                return $this->phpRequirements;
        }
 }
-?>
index a864c5b31a7f6dbdd5b9a952bc374d708ceb114a..0932e71deb123467229354aeb63056140b322fc7 100644 (file)
@@ -78,4 +78,3 @@ abstract class PackageDependencyHandler {
                self::$packageDependencyCache = CacheHandler::getInstance()->get('packageDependencies-'.PACKAGE_ID);
        }
 }
-?>
\ No newline at end of file
index 31042ac30dc0bf00e281e68181f3fd599e1ec34b..e7c66fa6eaab4c94a9a840cf8c54506ef691aab9 100644 (file)
@@ -774,4 +774,3 @@ class PackageInstallationDispatcher {
                }
        }
 }
-?>
index 933546586f99e4ed26f04f1a3e7325f187916668..eae04498e2a214ef631da65ea36b02bbdab12576 100644 (file)
@@ -24,4 +24,3 @@ abstract class PackageInstallationFileHandler implements FileHandler {
                $this->packageInstallation = $packageInstallation;
        }
 }
-?>
index d9dd8df8a7b5a064cb5b00cd791de1f80addae39..6468bf7b672a704841fad848aa8aa97e71da00c5 100644 (file)
@@ -147,4 +147,3 @@ abstract class PackageInstallationFormManager {
                return null;
        }
 }
-?>
index e1a88833d9c8544d16f03fd0e60e317dc7595b55..18e97a259de69d55b807d718ade41d5bf0f6854d 100644 (file)
@@ -487,4 +487,3 @@ class PackageInstallationNodeBuilder {
                return StringUtil::substring(StringUtil::getRandomID(), 0, 8);
        }
 }
-?>
index 4a807c433ef930762108a674ed8da9f62067bb43..e1cd729f0811892e0fa0843f63204bdb1d66d4b5 100644 (file)
@@ -458,4 +458,3 @@ class PackageInstallationScheduler {
                return $updateServer->getAuthData();
        }
 }
-?>
index 11ac2a17370c20a698b95dea7f3d5babd44b3b45..de25051210496df9c6183ed4dba204ca9eb4ebfb 100644 (file)
@@ -94,5 +94,4 @@ class PackageInstallationStep {
        public function splitNode() {\r
                return $this->splitNode;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 178a682322ff4b79c7222c2c24d1e8c813969474..af9cbe92cb1a933d76abb28ab13be64d56361f73 100644 (file)
@@ -228,4 +228,3 @@ class PackageUninstallationDispatcher extends PackageInstallationDispatcher {
                exit;
        }
 }
-?>
index 83479cf98c5d7d07749a21f7ddce1e6b90b909ae..db32b579284cb2879108c8fff3cbc4b9a29b6131 100644 (file)
@@ -99,4 +99,3 @@ class PackageUninstallationNodeBuilder extends PackageInstallationNodeBuilder {
                ));
        }
 }
-?>
index 13c72c7d26cbfa4bb0758b85ffcd45e1623548c8..7183f443c469e7b48e0b3bc80299dbd3d87d4a4a 100644 (file)
@@ -74,4 +74,3 @@ class PackageUpdateAuthorizationRequiredException extends UserException {
                return $this->response['content'];
        }
 }
-?>
index 09e60303d6b553c82c31f242be2f6bed1c052199..e40dd08460263cf2e4dfbd8af5678bfd499088cf 100644 (file)
@@ -768,4 +768,3 @@ abstract class PackageUpdateDispatcher {
                WCF::getSession()->register('cachedPackageUpdateDownloads', $cachedDownloads);
        }
 }
-?>
index 0e16eeb7793b4db908170ae87ae8f964799320fb..add7d2a58a8814f582df0c70a5e378e0a07c2cc9 100644 (file)
@@ -14,4 +14,3 @@ namespace wcf\system\package;
 class TemplatesFileHandler extends ACPTemplatesFileHandler {
        protected $tableName = '_template';
 }
-?>
\ No newline at end of file
index 40ca3a9b5df25498d85d8f66d8c440c1188d223d..5248f793f1081b0651194e78fee5fe801cdd3eb4 100644 (file)
@@ -27,4 +27,3 @@ class ACPMenuPackageInstallationPlugin extends AbstractMenuPackageInstallationPl
         */     
        public $tagName = 'acpmenuitem';
 }
-?>
index 9f91c1c9b753371dd8fb6419f78f6419f0da55a7..55382cb2430346e0d717e6cd704e3706a9d2640c 100644 (file)
@@ -79,4 +79,3 @@ class ACPTemplatesPackageInstallationPlugin extends AbstractPackageInstallationP
                }
        }
 }
-?>
index 594dbe1fc84aafc9b73563806b66f284078e642d..2c3991c38fcb29aa2c28af0e45d3c3678c782ce7 100644 (file)
@@ -89,4 +89,3 @@ abstract class AbstractMenuPackageInstallationPlugin extends AbstractXMLPackageI
                );
        }
 }
-?>
index 1f1af7299534383bdc27f238f57556620b4159c3..d4b6730866afb59c22767767c253bef3fb2e7f1b 100644 (file)
@@ -267,4 +267,3 @@ abstract class AbstractOptionPackageInstallationPlugin extends AbstractXMLPackag
         */
        protected function findExistingItem(array $data) { }
 }
-?>
index a5f73a1759d051864db0f8ddb9c8ec04f1026bc3..73aad013956aa3e9de9ef04c9d1170e8aa6cbcbb 100644 (file)
@@ -97,4 +97,3 @@ abstract class AbstractPackageInstallationPlugin implements PackageInstallationP
                $statement->execute(array($this->installation->getPackageID()));
        }
 }
-?>
index 2ae230047deefa9c6be4ac1e6fb979188e9e87aa..756ad136b0c56e83d0a7324636d18bdacae72105 100644 (file)
@@ -307,4 +307,3 @@ abstract class AbstractXMLPackageInstallationPlugin extends AbstractPackageInsta
                        }
        }
 }
-?>
index ce6171f655c17f20599fd0d6a68395562fde9e3e..6ac57a31f719e2db1eb4076c5c28984f9efa0a32 100644 (file)
@@ -90,4 +90,3 @@ class CoreObjectPackageInstallationPlugin extends AbstractXMLPackageInstallation
                CacheHandler::getInstance()->clear(WCF_DIR.'cache', 'cache.coreObjects.php');
        }
 }
-?>
index 5ccff0633bb2cafa470376f28710167ce3c1bc3b..b56c652d613047c6fe6d60f95ef0d4c4a61aafe9 100644 (file)
@@ -86,4 +86,3 @@ class CronjobsPackageInstallationPlugin extends AbstractXMLPackageInstallationPl
                $data['nextExec'] = TIME_NOW;
        }
 }
-?>
index 5988987492a638dd2288f568d4924a805135a966..666b4dacb39b7d39e9aadbee4a80be61eecdfd2c 100644 (file)
@@ -101,4 +101,3 @@ class EventListenerPackageInstallationPlugin extends AbstractXMLPackageInstallat
                CacheHandler::getInstance()->clear(WCF_DIR.'cache', 'cache.eventListener-*.php');
        }
 }
-?>
index 9be688268d07eaa0d870009f30c6909ec0ff7301..9584b2246321fd9f726d28942535f3ec7ba3b8d7 100644 (file)
@@ -117,4 +117,3 @@ class FilesPackageInstallationPlugin extends AbstractPackageInstallationPlugin {
                }
        }
 }
-?>
index 6fdfbece7a0e749cc051af32430b5dc88440dc4a..bf1ba22f04638775a30d5387bc49cda9eddcb6dd 100644 (file)
@@ -158,4 +158,3 @@ class GroupOptionsPackageInstallationPlugin extends AbstractOptionPackageInstall
                }
        }
 }
-?>
index 34b956dffa39291924b94df0aead6151b6b817ae..4b79096020e232225573cb3fc44ab478253d0984 100644 (file)
@@ -297,4 +297,3 @@ class LanguagesPackageInstallationPlugin extends AbstractXMLPackageInstallationP
         */
        protected function findExistingItem(array $data) { }
 }
-?>
index d3f253314f88d63db01ce8069ba7516b756fdc28..b11a32868168ccb48233ad7ccfb12b37e36fcb07 100644 (file)
@@ -94,4 +94,3 @@ class OptionsPackageInstallationPlugin extends AbstractOptionPackageInstallation
                }
        }
 }
-?>
index 25a978bdc4298fffbd526e3920f7f9380e1d696a..ee323a15110c7defcbcc12a414107a48fcbf350b 100644 (file)
@@ -63,4 +63,3 @@ class PIPPackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin
                return null;
        }
 }
-?>
index b2e5b96d549c15b1c5af16f90d96523eaaf3e6e4..12d0ab34dd664d8ad1967cfca6caa5b36a4d2e91 100644 (file)
@@ -33,5 +33,4 @@ interface PackageInstallationPlugin {
         * Executes the uninstallation of this plugin.\r
         */\r
        public function uninstall();\r
-}\r
-?>
\ No newline at end of file
+}
index 2927948a9b92b5b4f1ecd2b139620d9c509d1c23..e522077038c97afe655b634ee3b23273948d27b7 100644 (file)
@@ -74,4 +74,3 @@ class PageLocationPackageInstallationPlugin extends AbstractXMLPackageInstallati
                );
        }
 }
-?>
index bac83e0bdc300ed5e2306a137101e51481659580..ef30bd6afbf6ef2720e7f1c7a6dcdba85deee9dd 100644 (file)
@@ -52,5 +52,4 @@ class PageMenuPackageInstallationPlugin extends AbstractMenuPackageInstallationP
                \r
                return $result;\r
        }\r
-}\r
-?>\r
+}
index 60513636a6e658ebb00e04724c53f59653cb7730..d4396ddcc400d0ef19c7c5367f37303c77f8466e 100644 (file)
@@ -67,4 +67,3 @@ class ScriptPackageInstallationPlugin extends AbstractPackageInstallationPlugin
         */
        public function uninstall() {}
 }
-?>
index 4e1dc698dc0cac4bd667fb4ef8799108505eb924..3e2e6e1effeaa0002b8ed8ecbc04bbbd7582a794 100644 (file)
@@ -137,4 +137,3 @@ class SqlPackageInstallationPlugin extends AbstractPackageInstallationPlugin {
                return $this->installation->getArchive()->getTar()->extractToString($fileindex);
        }
 }
-?>
index b329f7b2e2595659c92904c92ba3375215c8a691..9c7d9ed277b05a931bc87b024839eb2fb6bec6f3 100644 (file)
@@ -141,5 +141,4 @@ class StyleAttributesPackageInstallationPlugin extends AbstractXMLPackageInstall
                        $style->writeStyleFile();\r
                }\r
        }\r
-}\r
-?>\r
+}
index 037d851facd7a934ded67ef0bbf909a9cc1bb573..c04f8bd5abf5a650ccf660663c8b73a2b858355a 100644 (file)
@@ -86,5 +86,4 @@ class StylePackageInstallationPlugin extends AbstractPackageInstallationPlugin {
                        }\r
                }\r
        }\r
-}\r
-?>\r
+}
index d5af0b27405b2d2756c89ced729d17aca012fc48..a3d512dbfbe9c6180f3ae374703f8e09c2951443 100644 (file)
@@ -107,4 +107,3 @@ class TemplateListenerPackageInstallationPlugin extends AbstractXMLPackageInstal
                CacheHandler::getInstance()->clear(WCF_DIR.'cache/templateListener', '*.php');
        }
 }
-?>
index 1c7010a245eada29ac2445c61b2c1d876ceccd91..4e45227cc253945d2710c5a614015b7435c389fd 100644 (file)
@@ -68,4 +68,3 @@ class TemplatesPackageInstallationPlugin extends AbstractPackageInstallationPlug
                }
        }
 }
-?>
index dff5ff230020fffa3bb8bce1bbdb4062336d024e..fac1f1eeb36fe8aa0ac516bf12ed53a826b8dc1d 100644 (file)
@@ -166,4 +166,3 @@ class UserOptionsPackageInstallationPlugin extends AbstractOptionPackageInstalla
                parent::uninstall();
        }
 }
-?>
index ec8ae45d59ff20dc2857acb222c3be24a157c6ed..02b927c388a968c0b79f125e4bb71a9d14eccd9f 100644 (file)
@@ -43,4 +43,3 @@ class LinkHandler extends SingletonFactory {
                return $application->domainName . $application->domainPath . $url . (strstr($url, '?') === false ? SID_ARG_1ST : SID_ARG_2ND_NOT_ENCODED);
        }
 }
-?>
index d5d8a261a7fafbb0659a93390a7e6ccc6f0d8455..158936753f3e2c2888ddd495d8250db2979e0729 100644 (file)
@@ -94,5 +94,4 @@ class Request {
        public function getPageType() {\r
                return $this->pageType;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 8a805c182a717780e1794bf11c4852ae89e9c54e..c53c43a648241e2b9a77bc3da746842f040d8bbd 100644 (file)
@@ -89,5 +89,4 @@ class RequestHandler extends SingletonFactory {
        public function getActiveRequest() {\r
                return $this->activeRequest;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 9f7309c130ffa3cd42fa116cfe26cf1888de3a92..b086d36040f964c8aa6dbdfa31d37165a4ad7929 100644 (file)
@@ -65,4 +65,3 @@ class ACPSessionFactory {
                return '';
        }
 }
-?>
index 1f2698afbd035f1b61a9d2091f28dd2dc7bec041..55ae6f490355854d59cd2eb8c1f694174ee53edb 100644 (file)
@@ -45,4 +45,3 @@ abstract class AbstractSessionHandler extends SingletonFactory {
         */
        abstract protected function initSession();
 }
-?>
index 4bc5050abe5ff8b0dd494a27fae82f4f79531add..85bf06455bb2d0b1491e2f4291c37f6d4308190d 100644 (file)
@@ -63,5 +63,4 @@ class SessionFactory extends ACPSessionFactory {
                \r
                parent::init();\r
        }\r
-}\r
-?>\r
+}
index 79b65cfa110cb58c15f668fa7558345e56713f72..bf8745a8c4e5a57931fdfab720d725c810695a8b 100644 (file)
@@ -611,4 +611,3 @@ class SessionHandler extends SingletonFactory {
                }
        }
 }
-?>
index c06a530afe1bafd8c4ab1a0d8435907a02ffea8c..8947b28fde0c4fac21e6c61b366328f5c3640594 100644 (file)
@@ -25,5 +25,4 @@ interface FileHandler {
         * @param       array           $files\r
         */\r
        public function logFiles(array $files);\r
-}\r
-?>
\ No newline at end of file
+}
index 5153206837e3495a39b85a645ed3d19180f126b3..3213fd97ff28c1480846fdf60e9c2be9da322fd2 100644 (file)
@@ -186,5 +186,4 @@ class Installer {
                        }\r
                }\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index b867dacc8f52024b99b35027e9a46f9f9cf263d4..e240b25966c3ad23f5732156eb1f50bfc005c123 100644 (file)
@@ -122,5 +122,4 @@ class Uninstaller {
                // TODO: else throw SystemException ?\r
        }\r
        \r
-}\r
-?>\r
+}
index de0e47c61cd1fc9cda2b3cfb3d3d1376e1f49b4b..02f90ef40ab38cff5925f754d3e72667e112e983 100644 (file)
@@ -197,4 +197,3 @@ class StorageHandler extends SingletonFactory {
                }
        }
 }
-?>
index 4a7e427866c5757ee188f6a5de5cece2ceb6a12f..044891016e91b73f8e4b7e4d9f51ea13cd0b0202 100644 (file)
@@ -104,4 +104,3 @@ class StyleHandler extends SingletonFactory {
                }
        }
 }
-?>
index 86efdfd5190685c1632d09a893ac70e725078ef4..b101847279ad48ebdb41c35358e68201f45e430c 100644 (file)
@@ -52,4 +52,3 @@ class ACPTemplateEngine extends TemplateEngine {
                $this->templateGroupID = 0;
        }
 }
-?>
index da1163b125b762ae728159f11b9c147db30affe0..ee7c8f851946e505d638ac55497329d67cd32d2a 100644 (file)
@@ -54,5 +54,4 @@ class SetupTemplate extends Template {
        protected function getCompiler() {\r
                return new TemplateCompiler($this);\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 65d7524f10f3f3a5daeaaef518971053dc253a4f..073c949d6bdac3dbe38e8a7f83dec43b2b3553e7 100644 (file)
@@ -55,5 +55,4 @@ class SetupTemplateEngine extends TemplateEngine {
         * Template Listener are not available during setup.\r
         */\r
        protected function loadTemplateListeners() {}\r
-}\r
-?>
\ No newline at end of file
+}
index c071a617b7e00585e1fbc51a31ff0695168cc6f4..ea88880b843e17cfdcafe71eead105420fb56257 100644 (file)
@@ -41,5 +41,4 @@ class TemplateCompiler extends TemplateScriptingCompiler {
        public function getCurrentTemplate() {\r
                return $this->getCurrentIdentifier();\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 89ee37a518ad27dfd6e09794d5a6018c5c69eff0..0eaa67b2891556743fdfb537b3105c62e4d493b8 100644 (file)
@@ -699,4 +699,3 @@ class TemplateEngine extends SingletonFactory {
                return '';
        }
 }
-?>
index 2b2f157df743802e7d2b0cd333f61652bbce583e..ba4fbe93dda4d925a5baf2172305021196e2e722 100644 (file)
@@ -37,5 +37,4 @@ interface TemplatePluginBlock {
         * @return      boolean\r
         */\r
        public function next(TemplateEngine $tplObj);\r
-}\r
-?>
\ No newline at end of file
+}
index 2611a5df89101a5642af240535e738b9cbf34245..133f223c1a1b0f0f87cba7e535de0034fdc78683 100644 (file)
@@ -28,5 +28,4 @@ interface TemplatePluginCompiler {
         * @return      string                                          php code        \r
         */\r
        public function executeEnd(TemplateScriptingCompiler $tplObj);\r
-}\r
-?>
\ No newline at end of file
+}
index 8180f18a81ebcfd355083e49cbd2c2beb716e28a..2ec1ec53df135938ffb5f3ce92dc4cd9e51ef5e4 100644 (file)
@@ -20,5 +20,4 @@ interface TemplatePluginFunction {
         * @return      string                          output\r
         */\r
        public function execute($tagArgs, TemplateEngine $tplObj);\r
-}\r
-?>
\ No newline at end of file
+}
index 82069ac0978f0d1f009d22277f1ced91af3d37e1..46681d0a8d38d6f8025ea6bafba5131503d53e38 100644 (file)
@@ -21,5 +21,4 @@ interface TemplatePluginModifier {
         * @return      string                  output          \r
         */\r
        public function execute($tagArgs, TemplateEngine $tplObj);\r
-}\r
-?>
\ No newline at end of file
+}
index 08dce300738a0c106ae1ffe0c97201625e738b45..a6cc2921e64ea28ece8986fc75ebe69804a71983 100644 (file)
@@ -21,5 +21,4 @@ interface TemplatePluginPrefilter {
         * @return      string                          $sourceContent\r
         */\r
        public function execute($templateName, $sourceContent, TemplateScriptingCompiler $compiler);\r
-}\r
-?>
\ No newline at end of file
+}
index 97f9b3a29e6e7fc9a90014df5657fea87f61ad9d..32293a6830edce631ce16ffa74bdccfb435b1044 100644 (file)
@@ -1419,4 +1419,3 @@ class TemplateScriptingCompiler {
                return $string;
        }
 }
-?>
\ No newline at end of file
index cc7301a83c09990d1eb068c2995b80bdfc360db7..47360554475782ef59a042ab63735e0465d0fd58 100644 (file)
@@ -54,5 +54,4 @@ class TemplatePluginBlockLink implements TemplatePluginBlock {
                \r
                return false;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 6d3221a8779d01156fa17633e145a1b7322aa9a6..75cf83cbf827e775c304cde88c6a7d0760004646 100644 (file)
@@ -38,5 +38,4 @@ class TemplatePluginCompilerAppend implements TemplatePluginCompiler {
        public function executeEnd(TemplateScriptingCompiler $compiler) {\r
                throw new SystemException($compiler->formatSyntaxError("unknown tag {/append}", $compiler->getCurrentIdentifier(), $compiler->getCurrentLineNo()), 12003);\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 8e5d87187bf3388497c72deed7521938728295bf..b81a110cdd9321004c52dfca9ec93c4695ddfd2e 100644 (file)
@@ -38,5 +38,4 @@ class TemplatePluginCompilerAssign implements TemplatePluginCompiler {
        public function executeEnd(TemplateScriptingCompiler $compiler) {\r
                throw new SystemException($compiler->formatSyntaxError("unknown tag {/assign}", $compiler->getCurrentIdentifier(), $compiler->getCurrentLineNo()), 12003);\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 20efe59eff0aef7a21b229bb32930c3901c15d08..79da5bccdd4042a339ce6d3e290b4f1f0b0f43bd 100644 (file)
@@ -41,5 +41,4 @@ class TemplatePluginCompilerFetch implements TemplatePluginCompiler {
        public function executeEnd(TemplateScriptingCompiler $compiler) {\r
                throw new SystemException($compiler->formatSyntaxError("unknown tag {/fetch}", $compiler->getCurrentIdentifier(), $compiler->getCurrentLineNo()), 12003);\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index f1b9de8c95f09a4120d7cb5dd0fab60a9be99d76..db72885e8fe7f1a791e09813eb22c2544386d222 100644 (file)
@@ -35,4 +35,3 @@ class TemplatePluginCompilerIcon implements TemplatePluginCompiler {
                return "<?php \$_icon".$hash." = ob_get_contents(); ob_end_clean(); echo wcf\system\style\StyleHandler::getInstance()->getStyle()->getIconPath(\$_icon".$hash."); ?>";
        }
 }
-?>
index 00e76b7ebebdcb8bb882f894834b33d79926dba0..8a31fd6e95bf3778a683b211dc2ae698d382a745 100644 (file)
@@ -58,5 +58,4 @@ class TemplatePluginCompilerImplode implements TemplatePluginCompiler {
                \r
                return $phpCode;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index f575e448e6464e60d9eb5538c9dd0343770b6af0..faa9fefb709b47f31766d016956d8506ac39735b 100644 (file)
@@ -42,5 +42,4 @@ class TemplatePluginCompilerLang implements TemplatePluginCompiler {
                $hash = StringUtil::getRandomID();\r
                return "<?php \$_lang".$hash." = ob_get_contents(); ob_end_clean(); echo wcf\system\WCF::getLanguage()->getDynamicVariable(\$_lang".$hash.", \$this->tagStack[count(\$this->tagStack) - 1][1]); array_pop(\$this->tagStack); ?>";\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index f5247824035bf71f1b777a4ed62485c4e58c42b2..36f21b50f7c9cdd33e3289f3e648b963a0aa31c6 100644 (file)
@@ -39,4 +39,3 @@ class TemplatePluginCompilerPrepend implements TemplatePluginCompiler {
                throw new SystemException($compiler->formatSyntaxError("unknown tag {/prepend}", $compiler->getCurrentIdentifier(), $compiler->getCurrentLineNo()), 12003);
        }
 }
-?>
\ No newline at end of file
index 129aac2f9cf304cecc713b085d14f7b98ce7d2e5..d97a4b79cd77bd59957eba3ee52b53ffd1565891 100644 (file)
@@ -36,4 +36,3 @@ class TemplatePluginCompilerStaticlang implements TemplatePluginCompiler {
                return "<?php \$_lang".$hash." = ob_get_contents(); ob_end_clean(); echo WCF::getLanguage()->get(\$_lang".$hash."); ?>";
        }
 }
-?>
\ No newline at end of file
index 7faa0de29f8ff8c4499cf9d1cb8486f37091494f..0f280b5805e9e76a06d1b3854ac211de54485faa 100644 (file)
@@ -74,5 +74,4 @@ class TemplatePluginFunctionCounter implements TemplatePluginFunction {
 \r
                return $result;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 8dc44e92362d30fbbee293eb752368a86aaabd47..1119dfb673b37c8f3d6a01d58be9f966c6817526 100644 (file)
@@ -89,5 +89,4 @@ class TemplatePluginFunctionCycle implements TemplatePluginFunction {
                        return $result;\r
                }\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 7e417750e8f695b29a210428661d8ebffb25820c..69d0444cd8dc194c1ef03313bb3f18edbb14e07a 100644 (file)
@@ -85,5 +85,4 @@ class TemplatePluginFunctionHtmlcheckboxes implements TemplatePluginFunction {
                \r
                return $text;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 9e2871fc1c05d670a5179c34414bb4a372f5b40c..0edb25092ac3ecf35a5b2e41db5f8c710c9808e7 100644 (file)
@@ -125,5 +125,4 @@ class TemplatePluginFunctionHtmloptions extends TemplatePluginFunctionHtmlcheckb
                $value = $this->encodeHTML($value);\r
                return '<option label="'.$value.'" value="'.$this->encodeHTML($key).'"'.(in_array($key, $this->selected) ? ' selected="selected"' : '').'>'.$value."</option>\n";\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 2c73a754ed8ee5d810c1244a2058f9ac611c14ba..3c51c538f3523e6d9d7c0194469aac6536b38ff6 100644 (file)
@@ -217,5 +217,4 @@ class TemplatePluginFunctionPages implements TemplatePluginFunction {
                        return RELATIVE_WCF_DIR.'icon/'.$filename;\r
                }\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 77297837bdad3b106587172ea83eb705a3510e1d..1f40bd5dbea88b6133cf32e719c73f5b788671a6 100644 (file)
@@ -103,4 +103,3 @@ class TemplatePluginFunctionSmallpages implements TemplatePluginFunction {
                return $html;
        }
 }
-?>
\ No newline at end of file
index cecb1e024c98bd9d02c6d434f5d590eaeaf291cf..dad27080b0241cc48d20b3fee324718bf480295d 100644 (file)
@@ -31,4 +31,3 @@ class TemplatePluginModifierArrayfromlist implements TemplatePluginModifier {
                return Option::parseSelectOptions($tagArgs[0]);
        }
 }
-?>
\ No newline at end of file
index 2d48bcfdbf16c7579adc18b9122bf32bd2ce961d..811af79682bcb45668c29c9cae4a2f10a9f39c2a 100644 (file)
@@ -34,5 +34,4 @@ class TemplatePluginModifierConcat implements TemplatePluginModifier {
        \r
                return $result; \r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 2d076969cf977a1f0cbd76d1c2f5ef07d783c377..5057c0ba70b8c2552ad42cb7f735804051f090ce 100644 (file)
@@ -26,5 +26,4 @@ class TemplatePluginModifierDate implements TemplatePluginModifier {
        public function execute($tagArgs, TemplateEngine $tplObj) {\r
                return DateUtil::format(DateUtil::getDateTimeByTimestamp($tagArgs[0]), (!empty($tagArgs[2]) ? $tagArgs[2] : DateUtil::DATE_FORMAT));\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 57f0c71af25ea4c2812da2b79ab7bcad8e2484ee..36b9f418a3a011e5643f3823217645eac79e7682 100644 (file)
@@ -31,4 +31,3 @@ class TemplatePluginModifierDatediff implements TemplatePluginModifier {
                return DateUtil::diff($start, $end, 'string');
        }
 }
-?>
\ No newline at end of file
index 9830e5415f2751fdbe9cda70300e35a26eb12f47..ae2a8c98748c833135f7597d7519ba6f9fa74daf 100644 (file)
@@ -38,5 +38,4 @@ class TemplatePluginModifierEncodejs implements TemplatePluginModifier {
                \r
                return $tagArgs[0];\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index bc659135cac23ba8b0b6f7679c6480e4183a017b..b138e49437e08d42dfbaee8c61ff733853974222 100644 (file)
@@ -25,5 +25,4 @@ class TemplatePluginModifierFilesize implements TemplatePluginModifier {
        public function execute($tagArgs, TemplateEngine $tplObj) {\r
                return FileUtil::formatFilesize($tagArgs[0]);\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 73e68aa844da022cb27d3e7d3f261bc50a6a6b3a..c389aa8d9d964f1e1cef1802ea1b2157c8f57d5a 100644 (file)
@@ -26,4 +26,3 @@ class TemplatePluginModifierFilesizeBinary implements TemplatePluginModifier {
                return FileUtil::formatFilesizeBinary($tagArgs[0]);
        }
 }
-?>
\ No newline at end of file
index 45f18005f56525181bfc843e35dcca1a73e8bae6..8bd3c9943013ece6b69a79dcdf46e56499a6e842 100644 (file)
@@ -28,5 +28,4 @@ class TemplatePluginModifierPlainTime implements TemplatePluginModifier {
                $dateTime = DateUtil::getDateTimeByTimestamp($tagArgs[0]);\r
                return str_replace('%time%', DateUtil::format($dateTime, DateUtil::TIME_FORMAT), str_replace('%date%', DateUtil::format($dateTime, DateUtil::DATE_FORMAT), WCF::getLanguage()->get('wcf.global.date.dateTimeFormat')));\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 8646f0d0bc3a7fb89f4d8fa30fbf2cac02cacf43..1f3c0772780e54dc9960b242533a7dfd09dcb05a 100644 (file)
@@ -33,5 +33,4 @@ class TemplatePluginModifierTime implements TemplatePluginModifier {
                \r
                return '<time datetime="'.DateUtil::format($dateTimeObject, 'c').'" class="datetime" data-timestamp="'.$timestamp.'" data-date="'.$date.'" data-time="'.$time.'" data-offset="'.$dateTimeObject->getOffset().'">'.$dateTime.'</time>';\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index e40fb50a652baa9e51b3d18f90d334a58f1cd993..ceab5a25e5e9669fbd09d86e6beb8d251f8dbc94 100644 (file)
@@ -51,5 +51,4 @@ class TemplatePluginModifierTruncate implements TemplatePluginModifier {
                        return $string;\r
                }\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index e14853f08a9ab90b99c1fd2bf6178dec3a0c97c4..7ab576f26c96ad2b112820d23a387bf5c199c82d 100644 (file)
@@ -28,4 +28,3 @@ class TemplatePluginPrefilterEvent implements TemplatePluginPrefilter {
                return $sourceContent;
        }
 }
-?>
\ No newline at end of file
index 6aecd544282395fa97d0423cacd1656d2dbd4d43..8e6086129c4ac141234253992dd1049ecdc27249 100644 (file)
@@ -68,4 +68,3 @@ class TemplatePluginPrefilterHascontent implements TemplatePluginPrefilter {
                return $newContent;
        }
 }
-?>
index 71dcb2a98378c6d99dc4eb53d432d498bbb47e6e..a78566ae6c848b0c902a9f5ce6a724e98710f4fb 100644 (file)
@@ -28,4 +28,3 @@ class TemplatePluginPrefilterIcon implements TemplatePluginPrefilter {
                return $sourceContent;
        }
 }
-?>
index c8dd0d06fc18677de163f47f33a4b851c98286b1..584ba2f17e914e2c8baea6caaf4ddcbe7e8f77cc 100644 (file)
@@ -31,5 +31,4 @@ class TemplatePluginPrefilterLang implements TemplatePluginPrefilter {
 \r
                return $sourceContent;\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 3a0b7083c1a146100d8276225a522ed0fd0b113f..03bcdc4c6d0bfcb4c27bf96ca237f75f30f3a585 100644 (file)
@@ -168,5 +168,4 @@ class ArrayUtil {
                        return $array;\r
                }\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 2895492f8759c6b398756c982dec1ab6571e6420..f3817e696fb07d8e2136f21825d3725f3b128ebf 100644 (file)
@@ -66,5 +66,4 @@ class BasicFileUtil {
                        throw new SystemException('There is no access to the system temporary folder '.$reason.' and no user specific temporary folder exists in '.WCF_DIR.'! This is a misconfiguration of your webserver software! Please create a folder called '.$path.' using your favorite ftp program, make it writable and then retry this installation.', 10000);\r
                }\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 0245f698fae778bb8616a699314035faa61660e7..1503c6f267cef1034996c3ee18a67f21729211b6 100644 (file)
@@ -581,5 +581,4 @@ abstract class CronjobUtil {
                        }\r
                }\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index a2ac6414ff8372be43a74c889b61a5ac38bcbf06..43dcebb7d988e98ecab747180f9d5509b2a2783c 100644 (file)
@@ -251,4 +251,3 @@ class DateUtil {
                return self::$availableTimezones;
        }
 }
-?>
\ No newline at end of file
index 56914e922a6a489d93e312b6cab09251b370a438..80e253c3c61a4ca579e377cc21446c9a62e536a5 100644 (file)
@@ -564,5 +564,4 @@ class FileUtil {
        public static function isApacheModule() {\r
                return function_exists('apache_get_version');\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index b699c4aa1ffcb3b833748f1a0745b640841dd10b..09518ff3e62d0439feeb8b7e4da4ccb579ed10be 100644 (file)
@@ -92,5 +92,4 @@ class HeaderUtil {
                if ($sendStatusCode) @header('HTTP/1.1 307 Temporary Redirect');\r
                header('Location: '.$location);\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 567f361a88a7d503c76c421bf8c09b6503a7375e..db2772c5552ddad780c1fdafa1439862dbf13e4b 100644 (file)
@@ -53,5 +53,4 @@ class ImageUtil {
                        default:                                return '';\r
                }\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 286f5d3cba57796c2c9160c58e8f528864a9f603..b44b9ce3299ef4b0f47b6936e30705c467b899f6 100644 (file)
@@ -42,4 +42,3 @@ class MathUtil {
                }
        }
 }
-?>
\ No newline at end of file
index d998d807b69f0d01f95f0eca763a45a3ef8cfca8..ccc2d3c02c53e0c1cf0bfcdc069a4f7084d8f8b5 100644 (file)
@@ -66,5 +66,4 @@ class StringStack {
                \r
                return array();\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 3e94b6a4f76c862eff3804bec65b6bfb975132d1..f83fae477365ea3bcdf2d7a923e245f78ffba6dd 100644 (file)
@@ -561,5 +561,4 @@ class StringUtil {
                \r
                return str_shuffle($password);\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index 0cf3eff5a37109ba3d0dd95b15943f70afb53fa0..c689b3e75cd7ff0777434d2aa53399da19d795dc 100644 (file)
@@ -158,4 +158,3 @@ class StyleUtil {
                @chmod(WCF_DIR . 'acp/style/style-rtl.css', 0777);
        }
 }
-?>
\ No newline at end of file
index cf6f8bb24022f6421245ecaa1334acaeba563666..14228d10596353d7e8741d3b00ba28e1110d8fcf 100644 (file)
@@ -162,5 +162,4 @@ class UserUtil {
                \r
                return substr(FileUtil::unifyDirSeperator($REQUEST_URI), 0, 255);\r
        }\r
-}\r
-?>
\ No newline at end of file
+}
index cb550782b24e2afc7842032faa431a8e120678b4..4559fec47ad4b2990a0ee1d3d897bc40cea09cbd 100644 (file)
@@ -191,5 +191,4 @@ class XML {
                        throw new SystemException($message);\r
                }\r
        }\r
-}\r
-?>\r
+}
index 2bdab1149141ffb5d6951d957aefc3141c35921d..65f385838de65077f766c9aa4ef59cda33e19fc5 100644 (file)
@@ -22,5 +22,4 @@ define('SESSION_TIMEOUT', 3600);
 \r
 define('CACHE_SOURCE_TYPE', 'disk');\r
 define('ENABLE_SESSION_DATA_CACHE', 0);\r
-define('MODULE_MASTER_PASSWORD', 1);\r
-?>
\ No newline at end of file
+define('MODULE_MASTER_PASSWORD', 1);