Snippets

Winni Neessen File list new line statt Komma

Created by Winni Neessen
1
2
3
4
5
6
7
--- /home/wneessen/package.module.nextgen_pro_proofing.php      2018-08-01 10:52:17.046444000 +0200
+++ modules/nextgen_pro_proofing/package.module.nextgen_pro_proofing.php        2018-08-01 10:52:23.940970000 +0200
@@ -30,3 +30,3 @@
                     } else {
-                                               $file_list .= ',' . $name;
+                                               $file_list .= "\n" . $name;
                     }

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.