|
From: Greg M. <bli...@us...> - 2008-03-30 14:18:43
|
Update of /cvsroot/phpwebsite-comm/modules/featuredphoto/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24414/conf Modified Files: config.php Log Message: Now works with File Cabinet 2.0 Index: config.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/featuredphoto/conf/config.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** config.php 8 Oct 2007 03:25:50 -0000 1.3 --- config.php 30 Mar 2008 14:18:17 -0000 1.4 *************** *** 28,36 **** define('FEATUREDPHOTO_DEFAULT_BLOCK_TEMPLATE', 'default.tpl'); - /* - * Set to true if only folders created by the Featured Photo module should - * appear in Image Manager. - */ - define('FEATUREDPHOTO_MOD_FOLDERS_ONLY', false); - ?> \ No newline at end of file --- 28,30 ---- |