projects
/
pgweb-old.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6c7f8e
)
Use proper negated operator
author
Alvaro Herrera
<
[email protected]
>
Tue, 14 Dec 2010 16:55:14 +0000
(16:55 +0000)
committer
Alvaro Herrera
<
[email protected]
>
Tue, 14 Dec 2010 16:55:14 +0000
(16:55 +0000)
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2784
8f5c7a92
-453e-0410-a47f-
ad33c8a6b003
archives/bin/resource-common
patch
|
blob
|
blame
|
history
diff --git
a/archives/bin/resource-common
b/archives/bin/resource-common
index 716614a0bccdbe47cd83e3a90484a88382e42280..7a83bcff6fc19d5587db2749201dc35dcbd71c00 100644
(file)
--- a/
archives/bin/resource-common
+++ b/
archives/bin/resource-common
@@
-12,7
+12,7
@@
have a /. This could probably be a lot cheaper ... -->
<ADDRESSMODIFYCODE>
$addr = $_;
-if (
!$addr =
~ /\//) {
+if (
$addr !
~ /\//) {
$addr =~ s/@/(at)/ ;
$addr =~ s/\./(dot)/g ;
}