aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/feed/topics_active.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-11-28 20:13:49 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-11-28 20:13:49 +0100
commitaab98b8626d92fdb1000f246a7de5d9c73ebd579 (patch)
treeb5aefaaf6907b54e5924adfcb72af49377dad828 /phpBB/phpbb/feed/topics_active.php
parent8f1a1874a9fa6043e27d297ee14d5e622e177002 (diff)
downloadforums-aab98b8626d92fdb1000f246a7de5d9c73ebd579.tar
forums-aab98b8626d92fdb1000f246a7de5d9c73ebd579.tar.gz
forums-aab98b8626d92fdb1000f246a7de5d9c73ebd579.tar.bz2
forums-aab98b8626d92fdb1000f246a7de5d9c73ebd579.tar.xz
forums-aab98b8626d92fdb1000f246a7de5d9c73ebd579.zip
[ticket/13238] Do not drop indexes that do not exist from fulltext search
PHPBB3-13238
Diffstat (limited to 'phpBB/phpbb/feed/topics_active.php')
0 files changed, 0 insertions, 0 deletions
ption value='1'>ignoremode:
authorPascal Rigaux <pixel@mandriva.com>2000-03-22 23:18:25 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-03-22 23:18:25 +0000
commit9ee84a2c340af2d4b1912d7573c2223368a22903 (patch)
tree3d59260e22c2e03770f9a24370b11e9e350b18f5 /perl-install/standalone
parent5c1d5c819d907a1bb5e98477b9aeb7dc9e2fda9e (diff)
downloaddrakx-9ee84a2c340af2d4b1912d7573c2223368a22903.tar
drakx-9ee84a2c340af2d4b1912d7573c2223368a22903.tar.gz
drakx-9ee84a2c340af2d4b1912d7573c2223368a22903.tar.bz2
drakx-9ee84a2c340af2d4b1912d7573c2223368a22903.tar.xz
drakx-9ee84a2c340af2d4b1912d7573c2223368a22903.zip
no_comment
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/diskdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/diskdrake b/perl-install/standalone/diskdrake
index f4f1e0d5c..9b782332a 100755
--- a/perl-install/standalone/diskdrake
+++ b/perl-install/standalone/diskdrake
@@ -22,7 +22,7 @@
# DiskDrake is also based upon the libfdisk and the install from Red Hat Software
-use lib qw(/usr/lib/libDrakX);
+use lib "."; #qw(/usr/lib/libDrakX);
use common qw(:common :functional);
use diskdrake;
use interactive_gtk;