r83059 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83058‎ | r83059 | r83060 >
Date:00:21, 2 March 2011
Author:yaron
Status:deferred
Tags:
Comment:
Placeholder for backward compatibility with pre-version 2.0 SF installations - will eventually be removed again
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_Settings.php (added) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_Settings.php
@@ -0,0 +1,8 @@
 2+<?php
 3+
 4+/**
 5+ * This file exists here for backward compatibility with installations of
 6+ * Semantic Forms before version 2.0.
 7+ */
 8+
 9+require_once dirname( __FILE__ ) . '/../SemanticForms.php';