[Bps-public-commit] Prophet - A disconnected, replicated p2p database branch, master, updated. 248895f5bf053b61539165f24e8411b64e44cac3
jesse
jesse at bestpractical.com
Sat Jan 17 23:37:39 EST 2009
The branch, master has been updated
via 248895f5bf053b61539165f24e8411b64e44cac3 (commit)
from 568447aac8f3a74e3edced3fc6a32f7813b1980e (commit)
Summary of changes:
lib/Prophet/Record.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 248895f5bf053b61539165f24e8411b64e44cac3
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Sat Jan 17 23:37:20 2009 -0500
* Switch display of missing attributes in record listings
diff --git a/lib/Prophet/Record.pm b/lib/Prophet/Record.pm
index 4215e35..01565e9 100644
--- a/lib/Prophet/Record.pm
+++ b/lib/Prophet/Record.pm
@@ -703,7 +703,7 @@ sub _parse_format_summary {
unless ($value =~ /^\$/) {
$value = $props->{$value}
- || "(no $value)"
+ || "-"
}
} else {
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list