|
From: <be...@us...> - 2014-06-22 19:55:14
|
Revision: 12635
http://sourceforge.net/p/xoops/svn/12635
Author: beckmi
Date: 2014-06-22 19:55:09 +0000 (Sun, 22 Jun 2014)
Log Message:
-----------
Updating docu for the correct version of tablesorter, synch with 2.5.7 changes
Modified Paths:
--------------
XoopsCore/branches/2.5.x/2.5.8/docs/changelog.250.txt
XoopsCore/branches/2.5.x/2.5.8/htdocs/modules/pm/admin/about.php
XoopsCore/branches/2.5.x/2.5.8/htdocs/modules/profile/admin/about.php
XoopsCore/branches/2.5.x/2.5.8/htdocs/modules/system/admin/groupperm.php
Modified: XoopsCore/branches/2.5.x/2.5.8/docs/changelog.250.txt
===================================================================
--- XoopsCore/branches/2.5.x/2.5.8/docs/changelog.250.txt 2014-06-22 19:51:11 UTC (rev 12634)
+++ XoopsCore/branches/2.5.x/2.5.8/docs/changelog.250.txt 2014-06-22 19:55:09 UTC (rev 12635)
@@ -41,7 +41,7 @@
- jQuery UI 1.10.4 (mamba)
- jQuery Lightbox to 1.2.3 (mamba)
- jQuery Form to 3.50.0 (mamba)
- - jQuery Tablesorter to 2.5.11 (mamba)
+ - jQuery Tablesorter to 2.15.11 (mamba)
- jGrowl to 1.2.14 (mamba)
===============================
Modified: XoopsCore/branches/2.5.x/2.5.8/htdocs/modules/pm/admin/about.php
===================================================================
--- XoopsCore/branches/2.5.x/2.5.8/htdocs/modules/pm/admin/about.php 2014-06-22 19:51:11 UTC (rev 12634)
+++ XoopsCore/branches/2.5.x/2.5.8/htdocs/modules/pm/admin/about.php 2014-06-22 19:55:09 UTC (rev 12635)
@@ -17,7 +17,7 @@
* @version $Id $
**/
-include_once dirname(__FILE__) . '../../../include/cp_header.php';
+include_once dirname(__FILE__) . '/../../../include/cp_header.php';
include '../../../class/xoopsformloader.php';
include_once dirname(__FILE__) . '/admin_header.php';
xoops_cp_header();
Modified: XoopsCore/branches/2.5.x/2.5.8/htdocs/modules/profile/admin/about.php
===================================================================
--- XoopsCore/branches/2.5.x/2.5.8/htdocs/modules/profile/admin/about.php 2014-06-22 19:51:11 UTC (rev 12634)
+++ XoopsCore/branches/2.5.x/2.5.8/htdocs/modules/profile/admin/about.php 2014-06-22 19:55:09 UTC (rev 12635)
@@ -17,7 +17,7 @@
* @version $Id $
**/
-include_once dirname(__FILE__) . '../../../include/cp_header.php';
+include_once dirname(__FILE__) . '/../../../include/cp_header.php';
include_once dirname(__FILE__) . '/admin_header.php';
xoops_cp_header();
Modified: XoopsCore/branches/2.5.x/2.5.8/htdocs/modules/system/admin/groupperm.php
===================================================================
--- XoopsCore/branches/2.5.x/2.5.8/htdocs/modules/system/admin/groupperm.php 2014-06-22 19:51:11 UTC (rev 12634)
+++ XoopsCore/branches/2.5.x/2.5.8/htdocs/modules/system/admin/groupperm.php 2014-06-22 19:55:09 UTC (rev 12635)
@@ -1,7 +1,7 @@
<?php
// $Id$
-include_once dirname(__FILE__) . '../../../include/cp_header.php';
+include_once dirname(__FILE__) . '/../../../include/cp_header.php';
$modid = isset($_POST['modid']) ? intval($_POST['modid']) : 0;
// we don't want system module permissions to be changed here
|