diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2009-06-28 07:56:54 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2009-06-28 07:56:54 -0400 |
commit | 7ed8ffaf836af5c15d20263b67dbc927d2e0357e (patch) | |
tree | 1b43f8ebaa0e4203d74a159b8d5c9d3d186de400 /pages | |
parent | 66fa14450e51413c3791561c3c9dc1e875faa449 (diff) | |
download | pillowcase-7ed8ffaf836af5c15d20263b67dbc927d2e0357e.tar.gz pillowcase-7ed8ffaf836af5c15d20263b67dbc927d2e0357e.tar.bz2 pillowcase-7ed8ffaf836af5c15d20263b67dbc927d2e0357e.zip |
Fixed season numbering
Diffstat (limited to 'pages')
-rwxr-xr-x | pages/archive.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/archive.php b/pages/archive.php index 85a73d5..c5f0f52 100755 --- a/pages/archive.php +++ b/pages/archive.php | |||
@@ -35,7 +35,7 @@ while ($getseasons3 = mysql_fetch_array($getseasons2)) | |||
35 | 35 | ||
36 | ?> | 36 | ?> |
37 | <TR> | 37 | <TR> |
38 | <TD><A HREF="/season<?php echo($getseasons3['season_id']); ?>.htm">1</A></TD> | 38 | <TD><A HREF="/season<?php echo($getseasons3['season_id']); ?>.htm"><?php echo($getseasons3['season_id']); ?></A></TD> |
39 | <TD><A HREF="/comic<?php echo($getfc3['comic_id']); ?>.htm"><?php echo($getfc3['title']); ?></A><BR />(<?php echo(date('F j Y',strtotime(get_meta($getfc3['id'], 'pubDate')))); ?>)</TD> | 39 | <TD><A HREF="/comic<?php echo($getfc3['comic_id']); ?>.htm"><?php echo($getfc3['title']); ?></A><BR />(<?php echo(date('F j Y',strtotime(get_meta($getfc3['id'], 'pubDate')))); ?>)</TD> |
40 | <TD><?php if (!is_null($getseasons3['last_comic_id'])) { ?><A HREF="/comic<?php echo($getlc3['comic_id']); ?>.htm"><?php echo($getlc3['title']); ?></A><BR />(<?php echo(date('F j Y',strtotime(get_meta($getlc3['id'], 'pubDate')))); ?>)<?php } else { ?><EM>N/A</EM><?php } ?></TD> | 40 | <TD><?php if (!is_null($getseasons3['last_comic_id'])) { ?><A HREF="/comic<?php echo($getlc3['comic_id']); ?>.htm"><?php echo($getlc3['title']); ?></A><BR />(<?php echo(date('F j Y',strtotime(get_meta($getlc3['id'], 'pubDate')))); ?>)<?php } else { ?><EM>N/A</EM><?php } ?></TD> |
41 | <TD><?php echo($count); ?></TD> | 41 | <TD><?php echo($count); ?></TD> |