From 108dc557ba9f5043494264c1ff3b71a4bc77bc01 Mon Sep 17 00:00:00 2001 From: pjmattal Date: Sun, 10 Apr 2005 01:10:50 +0000 Subject: small fix to the fancy unsupported-->community update more user doc fixes --- tupkg/update/tupkgupdate | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tupkg') diff --git a/tupkg/update/tupkgupdate b/tupkg/update/tupkgupdate index bc0b701..d38583b 100755 --- a/tupkg/update/tupkgupdate +++ b/tupkg/update/tupkgupdate @@ -83,8 +83,7 @@ class PackageDatabase: "FSPath = '" + MySQLdb.escape_string( os.path.join(repo_dir, os.path.basename(package.new.file))) + "', " + "Description = '" + MySQLdb.escape_string(str(package.desc)) + "', " + - "URL = '" + MySQLdb.escape_string(str(package.url)) + "', " + - "LocationID = " + str(locationId) + " " + + "URL = '" + MySQLdb.escape_string(str(package.url)) + "' " + "WHERE ID = " + str(id)) self.insertNewInfo(package, id, locationId) # we must lastly check to see if this is a move of a package from -- cgit v1.2.3-54-g00ecf