It's kind of ugly to always see the full module code if you write your module to the disk, so hide it
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1365350.patch | 784 bytes | dawehner |
It's kind of ugly to always see the full module code if you write your module to the disk, so hide it
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1365350.patch | 784 bytes | dawehner |
Comments
Comment #1
dawehnerHere is the patch
Comment #2
joachim commentedIt's early in the morning but that seems to be the wrong way round to me.
Shouldn't it be 'if not quiet and not write', or more readable, 'if not (quiet or write)'?