removed installnotify from xml output
authorThomas Goettlicher <tgoettlicher@suse.de>
Fri, 3 Aug 2007 11:54:25 +0000 (11:54 +0000)
committerThomas Goettlicher <tgoettlicher@suse.de>
Fri, 3 Aug 2007 11:54:25 +0000 (11:54 +0000)
src/zypper-misc.cc

index 29d9f98..0e9fd56 100644 (file)
@@ -704,8 +704,6 @@ bool xml_list_patches ()
         cout << "  <summary>" << xml_escape(patch->summary()) << "  </summary>" << endl;
         cout << "  <description>" << xml_escape(patch->description()) << "</description>" << endl;
         cout << "  <license>" << xml_escape(patch->licenseToConfirm()) << "</license>" << endl;
-        cout << "  <installnotify>" << xml_escape(patch->insnotify()) << "</installnotify>" << endl;
-  
 
         if ( patch->repository() != Repository::noRepository )
         {