From 4e6a07e84fda1c53fc509e233f8aca9ee1cd5042 Mon Sep 17 00:00:00 2001 From: pjmattal Date: Wed, 23 Feb 2005 05:39:18 +0000 Subject: fixed obvious tupkgupdate bug introduced by other fix --- tupkg/update/tupkgupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tupkg') diff --git a/tupkg/update/tupkgupdate b/tupkg/update/tupkgupdate index 8fe3142..021c1e1 100755 --- a/tupkg/update/tupkgupdate +++ b/tupkg/update/tupkgupdate @@ -105,7 +105,7 @@ class PackageDatabase: "(Name, Description, LocationID, DummyPkg) " + "VALUES ('" + MySQLdb.escape_string(packagename) + "', '" + - MySQLdb.escape_string("A dummy package") + "', 1)") + MySQLdb.escape_string("A dummy package") + "', 1, 1)") return self.lookup(packagename) def insertNewInfo(self, package, id, locationId): q = self.cursor() -- cgit v1.2.3-54-g00ecf