]> git.pld-linux.org Git - packages/php-pear-Text_Wiki.git/commitdiff
- outdated (applied upstream)
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 6 Jan 2004 15:11:41 +0000 (15:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-Text_Wiki-path_fix.patch -> 1.2

php-pear-Text_Wiki-path_fix.patch [deleted file]

diff --git a/php-pear-Text_Wiki-path_fix.patch b/php-pear-Text_Wiki-path_fix.patch
deleted file mode 100644 (file)
index 8842a40..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -burN Text_Wiki-0.6.orig/Text_Wiki.php Text_Wiki-0.6/Text_Wiki.php
---- Text_Wiki-0.6.orig/Text_Wiki.php   2003-12-06 18:31:59.000000000 +0100
-+++ Text_Wiki-0.6/Text_Wiki.php        2003-12-06 18:39:56.000000000 +0100
-@@ -18,7 +18,7 @@
- //
- // $Id$
--require_once 'Text_Wiki/Rule.php';
-+require_once 'Text/Wiki/Rule.php';
- /**
-@@ -291,7 +291,7 @@
-     function Text_Wiki($options = array())
-     {
-         // set the default path for 
--        $this->_default_path = dirname(__FILE__) . '/Text_Wiki/rules/';
-+        $this->_default_path = dirname(__FILE__) . '/Wiki/rules/';
-         
-         if (isset($options) && is_array($options)) {
-             foreach ($options as $key => $val) {
This page took 0.033783 seconds and 4 git commands to generate.