Commit: f06875b3ffb57b3a3816705cad179ba2b59f7df0 Author: Hannes Magnusson <[email protected]> Sun, 29 Dec 2013 18:20:39 -0800 Parents: fbdc24fffb8ac1f867fd43a9878aa170476dd309 Branches: master
Link: http://git.php.net/?p=web/master.git;a=commitdiff;h=f06875b3ffb57b3a3816705cad179ba2b59f7df0 Log: There are actually 5 cells here Changed paths: M manage/event.php Diff: diff --git a/manage/event.php b/manage/event.php index a67f919..993ddc2 100644 --- a/manage/event.php +++ b/manage/event.php @@ -293,7 +293,7 @@ while ($row = mysql_fetch_array($res,MYSQL_ASSOC)) { <?php if ($full && $row['ldesc']) {?> <tr> - <td></td><td colspan="3"><?php echo html_entity_decode($row['ldesc'],ENT_QUOTES);?></td> + <td></td><td colspan="5"><?php echo html_entity_decode($row['ldesc'],ENT_QUOTES);?></td> </tr> <?php } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
