upload as multimode stores record
This commit is contained in:
@@ -1 +1 @@
|
|||||||
Version 1.99.7 (2012-03-27 13:56:36) dev
|
Version 1.99.7 (2012-03-28 11:59:12) dev
|
||||||
|
|||||||
@@ -203,6 +203,8 @@ def site():
|
|||||||
overwrite=request.vars.overwrite_check)
|
overwrite=request.vars.overwrite_check)
|
||||||
if f and installed:
|
if f and installed:
|
||||||
msg = 'application %(appname)s installed with md5sum: %(digest)s'
|
msg = 'application %(appname)s installed with md5sum: %(digest)s'
|
||||||
|
if MULTI_USER_MODE:
|
||||||
|
db.app.insert(name=appname,owner=auth.user.id)
|
||||||
log_progress(appname)
|
log_progress(appname)
|
||||||
session.flash = T(msg, dict(appname=appname,
|
session.flash = T(msg, dict(appname=appname,
|
||||||
digest=md5_hash(installed)))
|
digest=md5_hash(installed)))
|
||||||
|
|||||||
Reference in New Issue
Block a user