[wpdev-commits] xmlscripts/scripts/commands import.py,1.11,1.12
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-02 18:53:48
|
Update of /cvsroot/wpdev/xmlscripts/scripts/commands In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31470/commands Modified Files: import.py Log Message: update Index: import.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/import.py,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** import.py 30 Sep 2004 12:46:03 -0000 1.11 --- import.py 2 Oct 2004 18:52:56 -0000 1.12 *************** *** 379,383 **** if not newitem: ! warning += "Found an invalid item id: %s<br>" % baseid continue --- 379,383 ---- if not newitem: ! warning += "Found an invalid item id '%s' at %s<br>" % (baseid, str(newposition)) continue |