![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Pear Pear programming, this is a very complex subject as with using pear with php can be a difficult task for some, so lets talk pear. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| cellog Fri May 25 20:40:35 2007 UTC Modified files: /pearweb/include/bugs patchtracker.php Log: fix Bug #11134 patch error when CVS diff: creates empty patch http://cvs.php.net/viewvc.cgi/pearwe...&diff_format=u Index: pearweb/include/bugs/patchtracker.php diff -u pearweb/include/bugs/patchtracker.php:1.5 pearweb/include/bugs/patchtracker.php:1.6 --- pearweb/include/bugs/patchtracker.php:1.5 Mon Apr 30 03:23:11 2007 +++ pearweb/include/bugs/patchtracker.php Fri May 25 20:40:35 2007 @@ -173,6 +173,9 @@ list($id, $fname) = $res; $file->setName($fname); if ($file->getProp('type') != 'text/plain') { + $this->_dbh->query('DELETE FROM bugdb_patchtracker + WHERE bugdb_id = ? and patch = ? and revision = ?', + array($bugid, $name, $id)); return PEAR::raiseError('Error: uploaded patch file must have text/plain' . ' MIME type (save as patch.txt)'); } | |||
| Featured Websites | ||||
|
![]() |
| Tags: cvs, includebugs, patchtrackerphp, pearweb |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cvs: pearweb /public_html/bugs bug.php | Greg Beaver | Pear | 0 | 05-27-2007 7:47 PM |
| cvs: pearweb /include/bugs pear-bug-accountrequest.php | Greg Beaver | Pear | 0 | 05-27-2007 7:47 PM |
| cvs: pearweb /include/bugs pear-bug-accountrequest.php /public_html/bugs bug.php patch-add.php report.php | Greg Beaver | Pear | 0 | 05-27-2007 7:47 PM |
| cvs: pearweb /public_html/bugs bug.php | Mark Wiesemann | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pearweb /public_html/bugs/rss bug.php | Mark Wiesemann | Pear | 0 | 05-20-2007 7:42 PM |
| Featured Websites | ||||
|