From: <du...@us...> - 2012-12-11 03:01:25
|
Revision: 10355 http://sourceforge.net/p/xoops/svn/10355 Author: dugris Date: 2012-12-11 03:01:22 +0000 (Tue, 11 Dec 2012) Log Message: ----------- modify qrcode xoops_version.php Modified Paths: -------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/qrcode/xoops_version.php Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/qrcode/xoops_version.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/qrcode/xoops_version.php 2012-12-11 02:59:21 UTC (rev 10354) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/qrcode/xoops_version.php 2012-12-11 03:01:22 UTC (rev 10355) @@ -42,8 +42,8 @@ // paypal $modversion['paypal'] = array(); -$modversion['paypal']['business'] = 'lus...@gm...'; -$modversion['paypal']['item_name'] = ''; +$modversion['paypal']['business'] = 'dug...@gm...'; +$modversion['paypal']['item_name'] = _MI_QRCODE_DSC; $modversion['paypal']['amount'] = 0; $modversion['paypal']['currency_code'] = 'EUR'; |