Commit 22330c3d authored by Arnaud Fontaine's avatar Arnaud Fontaine

erp5_core: A function was renamed but some code has not been updated accordingly (24ccf35c).

parent bed2d295
......@@ -122,7 +122,7 @@ if __name__=='__main__':
tags=('<b>','</b>')
trail=5
maxlines=5
for p in cutFound(None,txt,sw,tags,trail,maxlines):
for p in getExcerptText(None,txt,sw,tags,trail,maxlines):
print p
......
2013-10-03 arnaud.fontaine
* erp5_core: A function was renamed but some code has not been updated accordingly (24ccf35).
2013-10-17 tatuya
* Add {source,destination}_{decision,carrier,section}_administration categories.
......
41131
\ No newline at end of file
41132
\ No newline at end of file
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