Update of /cvsroot/openfirst/search
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30763/search
Modified Files:
openfirst.info.php
Log Message:
fixed up openfirst.info.php
Index: openfirst.info.php
===================================================================
RCS file: /cvsroot/openfirst/search/openfirst.info.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** openfirst.info.php 15 May 2005 05:27:22 -0000 1.1
--- openfirst.info.php 15 May 2005 05:42:52 -0000 1.2
***************
*** 3,9 ****
$Modules['search']['name'] = 'Search';
$Modules['search']['ver'] = 'CVS';
! $Modules['search']['inc'] = array (
! 0 => '',
! );
$Modules['search']['admin'] = NULL;
$Modules['search']['nav'] = '<a href="$basepath/search/">Search</a>';
--- 3,7 ----
$Modules['search']['name'] = 'Search';
$Modules['search']['ver'] = 'CVS';
! $Modules['search']['inc'] = array ();
$Modules['search']['admin'] = NULL;
$Modules['search']['nav'] = '<a href="$basepath/search/">Search</a>';
***************
*** 16,18 ****
$Modules['awards']['show'] = false;
}
! ?>
\ No newline at end of file
--- 14,16 ----
$Modules['awards']['show'] = false;
}
! ?>
|