21 |
21 |
along with Website Baker; if not, write to the Free Software
|
22 |
22 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
23 |
23 |
|
|
24 |
* @category frontend
|
|
25 |
* @package modules
|
|
26 |
* @author(s) Dietmar W?llbrink <Luisehahne>, Dietrich Roland Pehlke <Aldus>
|
|
27 |
* @platform WB 2.8.0
|
|
28 |
* @require PHP 5.2.11
|
|
29 |
* @license http://www.gnu.org/licenses/gpl.html
|
|
30 |
* @link http://project.websitebaker2.org/browser/branches/2.8.x/wb/modules/news
|
|
31 |
|
24 |
32 |
*/
|
25 |
33 |
|
26 |
34 |
// Must include code to stop this file being access directly
|
... | ... | |
313 |
321 |
{
|
314 |
322 |
if($post_long_len < 9)
|
315 |
323 |
{
|
316 |
|
$values = array(PAGE_TITLE, $group_id, $group_title, $group_image, $display_group, $display_image, $post['title'], $short, '#" onclick="javascript:void(0);return false;" style="cursor:no-drop;', $post_date, $post_time, $publ_date, $publ_time, $uid, $users[$uid]['username'], $users[$uid]['display_name'], $users[$uid]['email'], '', 'none');
|
|
324 |
$values = array(PAGE_TITLE, $group_id, $group_title, $group_image, $display_group, $display_image, $post['title'], $short, '#" onclick="javascript:void(0);return false;" style="cursor:no-drop;', $post_date, $post_time, $publ_date, $publ_time, $uid, $users[$uid]['username'], $users[$uid]['display_name'], $users[$uid]['email'], '', 'hidden');
|
317 |
325 |
}
|
318 |
326 |
else
|
319 |
327 |
{
|
... | ... | |
324 |
332 |
{
|
325 |
333 |
if($post_long_len < 9)
|
326 |
334 |
{
|
327 |
|
$values = array(PAGE_TITLE, $group_id, $group_title, $group_image, $display_group, $display_image, $post['title'], $short, '#" onclick="javascript:void(0);return false;" style="cursor:no-drop;', $post_date, $post_time, $publ_date, $publ_time, '', '', '', '', '','none');
|
|
335 |
$values = array(PAGE_TITLE, $group_id, $group_title, $group_image, $display_group, $display_image, $post['title'], $short, '#" onclick="javascript:void(0);return false;" style="cursor:no-drop;', $post_date, $post_time, $publ_date, $publ_time, '', '', '', '', '','hidden');
|
328 |
336 |
}
|
329 |
337 |
else
|
330 |
338 |
{
|
Ticket #890 fixed visability proprty uses non valid value 'none'