Changeset 228
- Timestamp:
- 02/23/08 17:00:15 (5 years ago)
- Location:
- publicseorewriter
- Files:
-
- 2 modified
-
files/lib/page/PublicSEORewriter.class.php (modified) (2 diffs)
-
package.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
publicseorewriter/files/lib/page/PublicSEORewriter.class.php
r206 r228 15 15 16 16 // does wcf seo util exist ? 17 if(!file_exists(WCF_DIR.'lib/data/page/seo/SEOUtil.class.php')) { 17 if(file_exists(WCF_DIR.'lib/data/page/seo/SEOUtil.class.php')) { 18 require_once(WCF_DIR.'lib/data/page/seo/SEOUtil.class.php'); 19 } 20 // otherwise create a new class 21 else { 18 22 class SEOUtil { 19 23 public static function formatString($string) { … … 177 181 178 182 /** 183 * resolves a thread url to its threadID 184 * @param string $url 179 185 * 186 * @return integer 180 187 */ 181 188 public function thread2threadID($url) { -
publicseorewriter/package.xml
r206 r228 6 6 <packageDescription><![CDATA[Public Interfaces for the SEO Tool]]></packageDescription> 7 7 <packageDescription languagecode="de"><![CDATA[Ãffentliche Schnittstellen fÃŒr das SEO Tool]]></packageDescription> 8 <version>1.1. 6</version>8 <version>1.1.7</version> 9 9 <date>DATE</date> 10 10 <plugin>com.woltlab.wcf.data.page</plugin> … … 22 22 23 23 <instructions type="install"> 24 <files>files.tar</files> 25 </instructions> 26 27 <instructions type="update" fromversion="1.1.6"> 24 28 <files>files.tar</files> 25 29 </instructions>
