cvs: pearweb /public_html package-edit.php
[email protected] ("Helgi ?ormar ?orbj?rnsson") Thu, 08 May 2008 22:48:05 -0000
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <cvsdufuz1210286885@cvsserver> |
dufuz Thu May 8 22:48:05 2008 UTC
Modified files:
/pearweb/public_html package-edit.php
Log:
no need to update package_type if the value is constant anyway
http://cvs.php.net/viewvc.cgi/pearweb/public_html/package-edit.php?r1=1.51&r2=1.52&diff_format=u
Index: pearweb/public_html/package-edit.php
diff -u pearweb/public_html/package-edit.php:1.51 pearweb/public_html/package-edit.php:1.52
--- pearweb/public_html/package-edit.php:1.51 Mon May 5 01:16:46 2008
+++ pearweb/public_html/package-edit.php Thu May 8 22:48:04 2008
@@ -15,7 +15,7 @@
+----------------------------------------------------------------------+
| Authors: |
+----------------------------------------------------------------------+
- $Id: package-edit.php,v 1.51 2008/05/05 01:16:46 dufuz Exp $
+ $Id: package-edit.php,v 1.52 2008/05/08 22:48:04 dufuz Exp $
*/
// Interface to update package information.
@@ -75,7 +75,6 @@
description = ?,
category = ?,
homepage = ?,
- package_type = ?,
doc_link = ?,
bug_link = ?,
cvs_link = ?,
@@ -109,7 +108,6 @@
$_POST['description'],
$_POST['category'],
$_POST['homepage'],
- 'pear',
$_POST['doc_link'],
$_POST['bug_link'],
$_POST['cvs_link'],