From: <ki...@us...> - 2010-06-06 14:22:47
|
Revision: 524 http://xc-tokai.svn.sourceforge.net/xc-tokai/?rev=524&view=rev Author: kilica Date: 2010-06-06 14:22:41 +0000 (Sun, 06 Jun 2010) Log Message: ----------- update for cooluri Modified Paths: -------------- modules_tubsonp/trunk/xoops_trust_path/modules/tubsonp/files/22/modulebase/xoops_trust_path/modules/modulename/class/DelegateFunctions.class.php modules_tubsonp/trunk/xoops_trust_path/modules/tubsonp/files/22/tablebase/actions/ListAction.class.php Modified: modules_tubsonp/trunk/xoops_trust_path/modules/tubsonp/files/22/modulebase/xoops_trust_path/modules/modulename/class/DelegateFunctions.class.php =================================================================== --- modules_tubsonp/trunk/xoops_trust_path/modules/tubsonp/files/22/modulebase/xoops_trust_path/modules/modulename/class/DelegateFunctions.class.php 2010-06-02 13:40:36 UTC (rev 523) +++ modules_tubsonp/trunk/xoops_trust_path/modules/tubsonp/files/22/modulebase/xoops_trust_path/modules/modulename/class/DelegateFunctions.class.php 2010-06-06 14:22:41 UTC (rev 524) @@ -22,7 +22,7 @@ public function getNormalUri(/*** string ***/ &$uri, /*** string ***/ $dirname, /*** string ***/ $dataname=null, /*** int ***/ $data_id=0, /*** string ***/ $action=null, /*** string ***/ $query=null) { $sUri = '/%s/index.php?action=%s%s'; - $lUri = '/%s/index.php?action=%s%s&%s=%d'; + $lUri = '/%s/index.php?action=%s%s&%s=%d'; $table = isset($dataname) ? $dataname : '{{mainTable}}'; $key = $table.'_id'; Modified: modules_tubsonp/trunk/xoops_trust_path/modules/tubsonp/files/22/tablebase/actions/ListAction.class.php =================================================================== --- modules_tubsonp/trunk/xoops_trust_path/modules/tubsonp/files/22/tablebase/actions/ListAction.class.php 2010-06-02 13:40:36 UTC (rev 523) +++ modules_tubsonp/trunk/xoops_trust_path/modules/tubsonp/files/22/tablebase/actions/ListAction.class.php 2010-06-06 14:22:41 UTC (rev 524) @@ -53,7 +53,7 @@ **/ protected function _getBaseUrl() { - return './index.php?action={Tablename}List'; + return Legacy_Utils::renderUri($this->mAsset->mDirname, '{tablename}'); } {{hasPermission}}{{getDefaultView}} /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |