r48406 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r48405
|
r48406
|
r48407
>
Date:
10:34, 14 March 2009
Author:
minuteelectron
Status:
deferred
Tags:
Comment:
* Wikiation Installer: Fix path to uninstall SQL.
Modified paths:
/trunk/wikiation/installer/installfiles/extensions/LiquidThreads.install/uninstall.sh
(modified) (
history
)
Diff
[
purge
]
Index: trunk/wikiation/installer/installfiles/extensions/LiquidThreads.install/uninstall.sh
—
—
@@ -1,6 +1,6 @@
2
2
#!/bin/sh
3
3
4
-$MYSQL_COMMAND $DATABASE_NAME < lqt-uninstall.sql
4
+$MYSQL_COMMAND $DATABASE_NAME < $INSTALL_DIR/lqt-uninstall.sql
5
5
6
6
cd $DESTINATION_DIR
7
7
rm -rf $NAME
Status & tagging log
23:41, 16 March 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r48406
[
removed:
new
added:
deferred]