Snippets

Winni Neessen File list new line statt Komma

Created by Winni Neessen

File modules/nextgen_pro_proofing/package.module.nextgen_pro_proofing.diff Added

  • Ignore whitespace
  • Hide word diff
+--- /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;
+                     }
HTTPS SSH

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