[geeklog-cvs] Geeklog-1.x/plugins/links functions.inc,1.104,1.105

Dirk Haun dhaun at qs1489.pair.com
Sun Feb 24 10:41:53 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/plugins/links
In directory qs1489.pair.com:/tmp/cvs-serv37015/plugins/links

Modified Files:
	functions.inc 
Log Message:
Don't add the Links plugin's topic_links / topic_categories block by default (and fixed their uninstall)


Index: functions.inc
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/functions.inc,v
retrieving revision 1.104
retrieving revision 1.105
diff -C2 -d -r1.104 -r1.105
*** functions.inc	3 Feb 2008 19:11:50 -0000	1.104
--- functions.inc	24 Feb 2008 15:41:51 -0000	1.105
***************
*** 1353,1357 ****
          'features' => array('links.edit', 'links.moderate', 'links.submit'),
          /* give the full name of the block, including 'phpblock_', etc */
!         'php_blocks' => array('links_topic_categories', 'links_topic_links'),
          /* give all vars with their name */
          'vars'=> array()
--- 1353,1357 ----
          'features' => array('links.edit', 'links.moderate', 'links.submit'),
          /* give the full name of the block, including 'phpblock_', etc */
!         'php_blocks' => array('phpblock_topic_categories', 'phpblock_topic_links'),
          /* give all vars with their name */
          'vars'=> array()




More information about the geeklog-cvs mailing list