Commit 7b7ee181 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Don't escape before call setPTID(), already done in setConfiguration()


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@907 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 62e4fc35
......@@ -388,7 +388,6 @@ class MySQLDatabaseManager(DatabaseManager):
q("""INSERT INTO pt VALUES (%d, '%s', %d)
ON DUPLICATE KEY UPDATE state = %d""" \
% (offset, uuid, state, state))
ptid = e(ptid)
self.setPTID(ptid)
except:
self.rollback()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment