svn: /pear/peardoc/trunk/en/pyrus/extending/ installation.xml
[email protected] (Brett Bieber) Wed, 11 May 2011 21:52:32 +0000
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <[email protected]> |
saltybeagle Wed, 11 May 2011 21:52:32 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=310955
Log:
Remove extra code copied from previous example.
Changed paths:
U pear/peardoc/trunk/en/pyrus/extending/installation.xml
Modified: pear/peardoc/trunk/en/pyrus/extending/installation.xml
===================================================================
--- pear/peardoc/trunk/en/pyrus/extending/installation.xml 2011-05-11 21:17:33 UTC (rev 310954)
+++ pear/peardoc/trunk/en/pyrus/extending/installation.xml 2011-05-11 21:52:32 UTC (rev 310955)
@@ -95,10 +95,6 @@
use PEAR2\Pyrus\Uninstaller as Uninstaller;
try {
- $p1 = new Package('package.xml');
- $p2 = new Package('Package.tgz');
- $p3 = new Package('pear2/RemotePackage');
-
// here is the meat of the installation transaction
Uninstaller::begin();