|
From: <wis...@us...> - 2012-03-26 02:32:14
|
Revision: 9193
http://xoops.svn.sourceforge.net/xoops/?rev=9193&view=rev
Author: wishcraft
Date: 2012-03-26 02:32:07 +0000 (Mon, 26 Mar 2012)
Log Message:
-----------
Karioki Song List 1.07 - complete first release final (Admin about.php)
Modified Paths:
--------------
XoopsModules/songlist/releases/1.07/htdocs/modules/songlist/admin/about.php
XoopsModules/songlist/trunk/htdocs/modules/songlist/admin/about.php
Added Paths:
-----------
XoopsModules/songlist/releases/1.07/htdocs/uploads/
XoopsModules/songlist/releases/1.07/htdocs/uploads/songlist/
XoopsModules/songlist/trunk/htdocs/uploads/
XoopsModules/songlist/trunk/htdocs/uploads/songlist/
Modified: XoopsModules/songlist/releases/1.07/htdocs/modules/songlist/admin/about.php
===================================================================
--- XoopsModules/songlist/releases/1.07/htdocs/modules/songlist/admin/about.php 2012-03-26 02:02:25 UTC (rev 9192)
+++ XoopsModules/songlist/releases/1.07/htdocs/modules/songlist/admin/about.php 2012-03-26 02:32:07 UTC (rev 9193)
@@ -61,7 +61,7 @@
for($key=0;$key<=4;$key++) {
switch ($key) {
case 2:
- $donationform[$key] = sprintf($donationform[$key], $GLOBALS['xoopsConfig']['sitename'] . ' - ' . (strlen($GLOBALS['xoopsUser']->getVar('name'))>0?$GLOBALS['xoopsUser']->getVar('name'). ' ['.$GLOBALS['xoopsUser']->getVar('uname').']':$GLOBALS['xoopsUser']->getVar('uname')), $GLOBALS['xoopsUser']->getVar('email'), XOOPS_LICENSE_KEY, strtoupper($GLOBALS['xforumModule']->getVar('dirname')), strtoupper($GLOBALS['xforumModule']->getVar('dirname')). ' '.$GLOBALS['xforumModule']->getVar('name'));
+ $donationform[$key] = sprintf($donationform[$key], $GLOBALS['xoopsConfig']['sitename'] . ' - ' . (strlen($GLOBALS['xoopsUser']->getVar('name'))>0?$GLOBALS['xoopsUser']->getVar('name'). ' ['.$GLOBALS['xoopsUser']->getVar('uname').']':$GLOBALS['xoopsUser']->getVar('uname')), $GLOBALS['xoopsUser']->getVar('email'), XOOPS_LICENSE_KEY, strtoupper($GLOBALS['songlistModule']->getVar('dirname')), strtoupper($GLOBALS['songlistModule']->getVar('dirname')). ' '.$GLOBALS['songlistModule']->getVar('name'));
break;
}
}
Modified: XoopsModules/songlist/trunk/htdocs/modules/songlist/admin/about.php
===================================================================
--- XoopsModules/songlist/trunk/htdocs/modules/songlist/admin/about.php 2012-03-26 02:02:25 UTC (rev 9192)
+++ XoopsModules/songlist/trunk/htdocs/modules/songlist/admin/about.php 2012-03-26 02:32:07 UTC (rev 9193)
@@ -61,7 +61,7 @@
for($key=0;$key<=4;$key++) {
switch ($key) {
case 2:
- $donationform[$key] = sprintf($donationform[$key], $GLOBALS['xoopsConfig']['sitename'] . ' - ' . (strlen($GLOBALS['xoopsUser']->getVar('name'))>0?$GLOBALS['xoopsUser']->getVar('name'). ' ['.$GLOBALS['xoopsUser']->getVar('uname').']':$GLOBALS['xoopsUser']->getVar('uname')), $GLOBALS['xoopsUser']->getVar('email'), XOOPS_LICENSE_KEY, strtoupper($GLOBALS['xforumModule']->getVar('dirname')), strtoupper($GLOBALS['xforumModule']->getVar('dirname')). ' '.$GLOBALS['xforumModule']->getVar('name'));
+ $donationform[$key] = sprintf($donationform[$key], $GLOBALS['xoopsConfig']['sitename'] . ' - ' . (strlen($GLOBALS['xoopsUser']->getVar('name'))>0?$GLOBALS['xoopsUser']->getVar('name'). ' ['.$GLOBALS['xoopsUser']->getVar('uname').']':$GLOBALS['xoopsUser']->getVar('uname')), $GLOBALS['xoopsUser']->getVar('email'), XOOPS_LICENSE_KEY, strtoupper($GLOBALS['songlistModule']->getVar('dirname')), strtoupper($GLOBALS['songlistModule']->getVar('dirname')). ' '.$GLOBALS['songlistModule']->getVar('name'));
break;
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|