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

Contents of /rpms/smeserver-phpsysinfo/contribs10/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)
Sat Oct 24 08:32:48 2020 UTC (3 years, 6 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-phpsysinfo-3_2_3-6_el7_sme, smeserver-phpsysinfo-3_2_3-5_el7_sme, smeserver-phpsysinfo-3_2_3-4_el7_sme, HEAD
Initial import

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