![]() |
|
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 | ||
| mic Sat May 26 18:25:24 2007 UTC Modified files: /pear/Text_Wiki/Text/Wiki/Render/Xhtml Blockquote.php Log: removed notice about undefined 'css' index http://cvs.php.net/viewvc.cgi/pear/T...&diff_format=u Index: pear/Text_Wiki/Text/Wiki/Render/Xhtml/Blockquote.php diff -u pear/Text_Wiki/Text/Wiki/Render/Xhtml/Blockquote.php:1.8 pear/Text_Wiki/Text/Wiki/Render/Xhtml/Blockquote.php:1.9 --- pear/Text_Wiki/Text/Wiki/Render/Xhtml/Blockquote.php:1.8 Mon Feb 19 08:50:22 2007 +++ pear/Text_Wiki/Text/Wiki/Render/Xhtml/Blockquote.php Sat May 26 18:25:23 2007 @@ -9,7 +9,7 @@ * @package Text_Wiki * @author Paul M. Jones <pmjones@php.net> * @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1 - * @version CVS: $Id: Blockquote.php,v 1.8 2007/02/19 08:50:22 mic Exp $ + * @version CVS: $Id: Blockquote.php,v 1.9 2007/05/26 18:25:23 mic Exp $ * @link http://pear.php.net/package/Text_Wiki */ @@ -55,7 +55,7 @@ // pick the css type $css = $this->formatConf(' class="%s"', 'css'); - if ($options['css']) { + if (isset($options['css'])) { $css = ' class="' . $options['css']. '"'; } // starting | |||
| | #2 | ||
| Michele Tomaiuolo wrote: > mic Sat May 26 18:25:24 2007 UTC > > Modified files: > /pear/Text_Wiki/Text/Wiki/Render/Xhtml Blockquote.php > Log: > removed notice about undefined 'css' index > > > - if ($options['css']) { > + if (isset($options['css'])) { > $css = ' class="' . $options['css']. '"'; > } What does it make if $options['css'] === '' ? Please, remember that not only Creole depends on the main Text_Wiki. Actually, you are not allowed to commit to it... -- toggg | |||
| Featured Websites | ||||
|
![]() |
| Tags: blockquotephp, cvs, pear |
| 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: pear /Text_Wiki/Text/Wiki/Parse/Creole Url.php | Michele Tomaiuolo | Pear | 0 | 05-27-2007 7:47 PM |
| cvs: pear /Text_Wiki/Text/Wiki/Parse/Creole Footnote.php | Michele Tomaiuolo | Pear | 0 | 05-27-2007 7:47 PM |
| cvs: pear /Text_Wiki/Text/Wiki Creole.php | Michele Tomaiuolo | Pear | 0 | 05-27-2007 7:47 PM |
| cvs: pear /Text_Wiki/Text/Wiki/Parse/Creole Url.php | Michele Tomaiuolo | Pear | 0 | 05-27-2007 7:47 PM |
| cvs: pear /Text_Wiki/Text/Wiki/Render/Xhtml Url.php | Michele Tomaiuolo | Pear | 0 | 05-27-2007 7:47 PM |
| Featured Websites | ||||
|