[geeklog-cvs] Geeklog-1.x/public_html/admin block.php,1.116,1.117

Dirk Haun dhaun at qs1489.pair.com
Sat Feb 16 18:00:37 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin
In directory qs1489.pair.com:/tmp/cvs-serv23716/public_html/admin

Modified Files:
	block.php 
Log Message:
Removed another dengen comment ...


Index: block.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/block.php,v
retrieving revision 1.116
retrieving revision 1.117
diff -C2 -d -r1.116 -r1.117
*** block.php	25 Nov 2007 06:58:55 -0000	1.116
--- block.php	16 Feb 2008 23:00:35 -0000	1.117
***************
*** 3,7 ****
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Geeklog 1.4                                                               |
  // +---------------------------------------------------------------------------+
  // | block.php                                                                 |
--- 3,7 ----
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Geeklog 1.5                                                               |
  // +---------------------------------------------------------------------------+
  // | block.php                                                                 |
***************
*** 9,13 ****
  // | Geeklog block administration.                                             |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2007 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
--- 9,13 ----
  // | Geeklog block administration.                                             |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2008 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
***************
*** 164,168 ****
      $block_templates->set_var('permissions_editor', SEC_getPermissionsHTML($A['perm_owner'],$A['perm_group'],$A['perm_members'],$A['perm_anon']));
      $block_templates->set_var('permissions_msg', $LANG_ACCESS['permmsg']);
!     $block_templates->set_var('max_url_length', 255); // @@@@ added by dengen 2007/09/08
      $block_templates->parse('output','editor');
      $retval .= $block_templates->finish($block_templates->get_var('output'));
--- 164,168 ----
      $block_templates->set_var('permissions_editor', SEC_getPermissionsHTML($A['perm_owner'],$A['perm_group'],$A['perm_members'],$A['perm_anon']));
      $block_templates->set_var('permissions_msg', $LANG_ACCESS['permmsg']);
!     $block_templates->set_var('max_url_length', 255);
      $block_templates->parse('output','editor');
      $retval .= $block_templates->finish($block_templates->get_var('output'));




More information about the geeklog-cvs mailing list