diff options
author | pjmattal <pjmattal> | 2005-04-10 01:10:50 +0000 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-04-10 01:10:50 +0000 |
commit | 108dc557ba9f5043494264c1ff3b71a4bc77bc01 (patch) | |
tree | 6bf45e90dcaeaebad873a4fdf7dba053ca116a7c /tupkg/update/tupkgupdate | |
parent | 3cdff3b929b8c8272d6381639d567712756ccbb0 (diff) | |
download | aurweb-108dc557ba9f5043494264c1ff3b71a4bc77bc01.tar.xz |
small fix to the fancy unsupported-->community update
more user doc fixes
Diffstat (limited to 'tupkg/update/tupkgupdate')
-rwxr-xr-x | tupkg/update/tupkgupdate | 3 |
1 files changed, 1 insertions, 2 deletions
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 |