[geeklog-cvs] Geeklog-1.x/public_html/admin block.php, 1.108, 1.108.2.1

Dirk Haun dhaun at qs1489.pair.com
Sun Nov 25 05:45:53 EST 2007


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

Modified Files:
      Tag: geeklog_1_4_1_1
	block.php 
Log Message:
Set missing variable {max_url_length} for the default block editor (ported over from the trunk)


Index: block.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/block.php,v
retrieving revision 1.108
retrieving revision 1.108.2.1
diff -C2 -d -r1.108 -r1.108.2.1
*** block.php	3 Oct 2006 09:02:27 -0000	1.108
--- block.php	25 Nov 2007 10:45:51 -0000	1.108.2.1
***************
*** 120,123 ****
--- 120,124 ----
          $block_templates->set_var('is_enabled', '');
      }
+     $block_templates->set_var('max_url_length', 255);
      $block_templates->set_var('block_help', $A['help']);
      $block_templates->set_var('lang_includehttp', $LANG21[51]);




More information about the geeklog-cvs mailing list