Update of /cvsroot/openfirst/photogallery
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9572/photogallery
Modified Files:
openfirst.info.php
Log Message:
syntax errors
Index: openfirst.info.php
===================================================================
RCS file: /cvsroot/openfirst/photogallery/openfirst.info.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** openfirst.info.php 15 May 2005 05:42:52 -0000 1.2
--- openfirst.info.php 15 May 2005 18:49:24 -0000 1.3
***************
*** 4,17 ****
$Modules['photogallery']['ver'] = 'CVS';
$Modules['photogallery']['inc'] = array (
! 'photogallery.php',
);
$Modules['photogallery']['admin'] = '<a href="$basepath/photogallery/admin/">Gallery Manager</a> | <a href="$basepath/photogallery/admin/newgallery.php">New Gallery</a>';
$Modules['photogallery']['nav'] = '<a href="$basepath/photogallery/">View Gallery</a>';
! if (!isset($Modules['awards']['active']) {
$Modules['awards']['active'] = false;
}
! if (!isset($Modules['awards']['show']) {
$Modules['awards']['show'] = false;
}
--- 4,17 ----
$Modules['photogallery']['ver'] = 'CVS';
$Modules['photogallery']['inc'] = array (
! 'photogallery.php'
);
$Modules['photogallery']['admin'] = '<a href="$basepath/photogallery/admin/">Gallery Manager</a> | <a href="$basepath/photogallery/admin/newgallery.php">New Gallery</a>';
$Modules['photogallery']['nav'] = '<a href="$basepath/photogallery/">View Gallery</a>';
! if (!isset($Modules['awards']['active'])) {
$Modules['awards']['active'] = false;
}
! if (!isset($Modules['awards']['show'])) {
$Modules['awards']['show'] = false;
}
|