Commit f018c5d8 authored by Aurel's avatar Aurel

fix typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10665 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8f832c45
......@@ -74,7 +74,7 @@ metafields=(\'title\',\'subject\',\'description\',\'reference\',\'version\',\'la
f=kw.get(\'my_file\',None)\n
\n
# edit metadata (only if we have OOo file)\n
if ob.hasOOfile():\n
if ob.hasOOFile():\n
newmeta={}\n
for mf in metafields:\n
keymf=\'my_\'+mf\n
......
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