Skip to content

Commit 9c4d4bd

Browse files
author
Richard Jones
committed
typo
1 parent eb9eafa commit 9c4d4bd

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

roundup-admin

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818
#
19-
# $Id: roundup-admin,v 1.47 2001-11-26 22:55:56 richard Exp $
19+
# $Id: roundup-admin,v 1.48 2001-11-27 22:32:03 richard Exp $
2020

2121
import sys
2222
if int(sys.version[0]) < 2:
@@ -369,7 +369,7 @@ Command help:
369369

370370
# make sure it's a link
371371
if (not isinstance(property, hyperdb.Link) and not
372-
isinstance(proptype, hyperdb.Multilink)):
372+
isinstance(property, hyperdb.Multilink)):
373373
raise UsageError, 'You may only "find" link properties'
374374

375375
# get the linked-to class and look up the key property
@@ -893,6 +893,18 @@ if __name__ == '__main__':
893893

894894
#
895895
# $Log: not supported by cvs2svn $
896+
# Revision 1.47 2001/11/26 22:55:56 richard
897+
# Feature:
898+
# . Added INSTANCE_NAME to configuration - used in web and email to identify
899+
# the instance.
900+
# . Added EMAIL_SIGNATURE_POSITION to indicate where to place the roundup
901+
# signature info in e-mails.
902+
# . Some more flexibility in the mail gateway and more error handling.
903+
# . Login now takes you to the page you back to the were denied access to.
904+
#
905+
# Fixed:
906+
# . Lots of bugs, thanks Roché and others on the devel mailing list!
907+
#
896908
# Revision 1.46 2001/11/21 03:40:54 richard
897909
# more new property handling
898910
#

0 commit comments

Comments
 (0)