logo       

cvs: pearweb /public_html/qa packages_orphan.php: msg#00004

php.pear.core

Subject: cvs: pearweb /public_html/qa packages_orphan.php

arnaud Mon Oct 2 19:35:42 2006 UTC

Modified files:
/pearweb/public_html/qa packages_orphan.php
Log:
give access to the orphan packages list to pear.dev karma
suppress text mode (was used to copy/paste to the mailing list)


http://cvs.php.net/viewvc.cgi/pearweb/public_html/qa/packages_orphan.php?r1=1.4&r2=1.5&diff_format=u
Index: pearweb/public_html/qa/packages_orphan.php
diff -u pearweb/public_html/qa/packages_orphan.php:1.4
pearweb/public_html/qa/packages_orphan.php:1.5
--- pearweb/public_html/qa/packages_orphan.php:1.4 Sun Nov 20 21:25:05 2005
+++ pearweb/public_html/qa/packages_orphan.php Mon Oct 2 19:35:42 2006
@@ -15,13 +15,13 @@
+----------------------------------------------------------------------+
| Authors: Arnaud Limbourg <arnaud@xxxxxxxxxxxx> |
+----------------------------------------------------------------------+
- $Id: packages_orphan.php,v 1.4 2005/11/20 21:25:05 arnaud Exp $
+ $Id: packages_orphan.php,v 1.5 2006/10/02 19:35:42 arnaud Exp $
*/

/**
* List orphan packages
*/
-auth_require('pear.qa');
+auth_require('pear.dev');

response_header('Quality Assurance Initiative - Orphan packages',
false);
@@ -48,12 +48,12 @@
$info['name'], '', 'title="' . $info['name'] . '"');

echo '<li>' . $link . "</li>\n";
- $text_mode .= $info['name'] . "\n";
+// $text_mode .= $info['name'] . "\n";
}
echo "</ul>\n";

// output the list as plain text. This will be added to a text
// file so people can browse the list
-echo "<pre>" . $text_mode . "</pre>";
+//echo "<pre>" . $text_mode . "</pre>";
response_footer();
?>

--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise