- Timestamp:
- 08/28/06 19:07:33 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/classes/Content/Langstring/Langstring.php
r1080 r1083 129 129 130 130 if ($row == null) { 131 $retval = sprintf(_("(Empty $s)"), get_class($this));131 $retval = sprintf(_("(Empty %s)"), get_class($this)); 132 132 } else { 133 133 $retval = $row['value'];
