|
From: <dac...@us...> - 2007-09-02 07:50:31
|
Revision: 51
http://thevr.svn.sourceforge.net/thevr/?rev=51&view=rev
Author: dachebodt
Date: 2007-09-02 00:50:32 -0700 (Sun, 02 Sep 2007)
Log Message:
-----------
some bug fixes sorry for floading your emails
Modified Paths:
--------------
mods/cms/trunk/cms_install.php
Modified: mods/cms/trunk/cms_install.php
===================================================================
--- mods/cms/trunk/cms_install.php 2007-09-02 07:49:33 UTC (rev 50)
+++ mods/cms/trunk/cms_install.php 2007-09-02 07:50:32 UTC (rev 51)
@@ -155,7 +155,7 @@
if($next_mod)
{
- $meta_info = append_sid("{$phpbb_root_path}cms_install.$phpEx", "action=install&m=$next_mod", true, $user->session_id));
+ $meta_info = append_sid("{$phpbb_root_path}cms_install.$phpEx", "action=install&m=$next_mod", true, $user->session_id);
meta_refresh(3, $meta_info);
$content = "Installing $next_mod, please wait..."; //sprintf($user->lang['INSTALLING_MOD'], $next_mod);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|