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