]> git.pld-linux.org Git - packages/PHP-nuke.git/blame - PHP-nuke-official_fix.patch
This commit was manufactured by cvs2git to create branch 'RA-branch'.
[packages/PHP-nuke.git] / PHP-nuke-official_fix.patch
Content-type: text/html ]> git.pld-linux.org Git - packages/PHP-nuke.git/blame - PHP-nuke-official_fix.patch


500 - Internal Server Error

Malformed UTF-8 character (fatal) at (eval 6) line 1, <$fd> line 70.
This page took 0.035237 seconds and 4 git commands to generate.
CommitLineData
9a27cd8d
PG
1diff -Naur PHP-Nuke-6.0/html/includes/counter.php PHP-Nuke-6.0.oden/html/includes/counter.php
2--- PHP-Nuke-6.0/html/includes/counter.php 2002-09-16 01:40:28.000000000 -0400
3+++ PHP-Nuke-6.0.oden/html/includes/counter.php 2002-09-24 00:04:44.000000000 -0400
4@@ -70,18 +70,11 @@
5 sql_query("insert into ".$prefix."_stats_month values('$nowYear','$i','0')",$dbi);
6 if ($i == 1) $TotalDay = 31;
7 if ($i == 2) {
8- /*
9 if (date("L") == true) {
10 $TotalDay = 29;
11 } else {
12 $TotalDay = 28;
13 }
14- */
15- if (($nowYear % 4) == 0) {
16- $TotalDay = 28;
17- } else {
18- $TotalDay = 29;
19- }
20 }
21 if ($i == 3) $TotalDay = 31;
22 if ($i == 4) $TotalDay = 30;
23diff -Naur PHP-Nuke-6.0/html/includes/install.php PHP-Nuke-6.0.oden/html/includes/install.php
24--- PHP-Nuke-6.0/html/includes/install.php 2002-09-16 01:46:47.000000000 -0400
25+++ PHP-Nuke-6.0.oden/html/includes/install.php 2002-09-23 23:50:00.000000000 -0400
26@@ -274,7 +274,7 @@
27 Version_Num varchar(10) NOT NULL default ''
28 )", $dbi);
29 // DO NOT REMOVE NOR CHANGE/EDIT THE FOLLOWING LINE BECAUSE IT CONTAINS COPYRIGHT INFORMATION. TO EDIT THESE VALUES GO TO THE ADMINISTRATION SYSTEM.
30