1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

At least stop that error message

This commit is contained in:
Gabor Hojtsy
2001-09-19 16:25:49 +00:00
parent 3f5434d6e1
commit 697f8d47b6

View File

@@ -7,11 +7,11 @@
exit;
}
*/
if(!isset($format)) {
if (!isset($format)) {
$format = 'html';
}
if($format=='html') {
if ($format == 'html') {
commonHeader("Event Calendar",1);
include_once 'cvs-auth.inc';
@@ -23,8 +23,8 @@
}
}
mysql_connect('localhost') or die('unable to connect to database');
mysql_select_db('php3');
@mysql_connect('localhost') or die('unable to connect to database');
@mysql_select_db('php3');
$re = array(1=>'First',2=>'Second',3=>'Third',4=>'Fourth',-1=>'Last',-2=>'2nd Last',-3=>'3rd Last');
/*