/[smecontribs]/rpms/smeserver-phpsysinfo/contribs9/smeserver-phpsysinfo-3.2.3-bz10329-process-formating.patch
ViewVC logotype

Contents of /rpms/smeserver-phpsysinfo/contribs9/smeserver-phpsysinfo-3.2.3-bz10329-process-formating.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sun Jan 20 06:37:29 2019 UTC (5 years, 3 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-phpsysinfo-3_2_3-2_el6_sme, smeserver-phpsysinfo-3_2_3-3_el6_sme, HEAD
* Sun Jan 20 2019 Jean-Philipe Pialasse <tests@pialasse.com> 3.2.3-2.sme
- fix process formating [SME: 10329]

1 diff -Nur smeserver-phpsysinfo-3.2.3.old/root/opt/phpsysinfo/plugins/ps/class.ps.inc.php smeserver-phpsysinfo-3.2.3/root/opt/phpsysinfo/plugins/ps/class.ps.inc.php
2 --- smeserver-phpsysinfo-3.2.3.old/root/opt/phpsysinfo/plugins/ps/class.ps.inc.php 2015-09-22 02:07:37.000000000 -0400
3 +++ smeserver-phpsysinfo-3.2.3/root/opt/phpsysinfo/plugins/ps/class.ps.inc.php 2019-01-20 01:36:17.912000000 -0500
4 @@ -234,7 +234,7 @@
5 $xmlnode->addAttribute('ParentID', $parentid);
6 $xmlnode->addAttribute('PPID', $value[1]);
7 $xmlnode->addAttribute('MemoryUsage', $value[2]);
8 - $xmlnode->addAttribute('Name', $value[3]);
9 + $xmlnode->addAttribute('Name', str_replace("...","",$value[3]));
10 if (PSI_OS !== 'WINNT') {
11 if ($parentid === 1){
12 $xmlnode->addAttribute('Expanded', 0);

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed