- Fixed a problem with the variable scopes. Thanks Natrak.
parent
7962b6cc90
commit
6f4d9d56d5
|
@ -1,8 +1,8 @@
|
|||
<?
|
||||
// $Id$
|
||||
|
||||
$cmodes = array(1 => "List - min", 2 => "List - max", 3 => "Threaded - min", 4 => "Threaded - max");
|
||||
$corder = array(1 => "Date - new", 2 => "Date - old", 3 => "Rate - high", 4 => "Rate - low");
|
||||
$GLOBALS["cmodes"] = array(1 => "List - min", 2 => "List - max", 3 => "Threaded - min", 4 => "Threaded - max");
|
||||
$GLOBALS["corder"] = array(1 => "Date - new", 2 => "Date - old", 3 => "Rate - high", 4 => "Rate - low");
|
||||
|
||||
class Comment {
|
||||
function Comment($uid, $name, $subject, $comment, $timestamp, $url, $cid, $lid) {
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?
|
||||
// $Id$
|
||||
|
||||
$cmodes = array(1 => "List - min", 2 => "List - max", 3 => "Threaded - min", 4 => "Threaded - max");
|
||||
$corder = array(1 => "Date - new", 2 => "Date - old", 3 => "Rate - high", 4 => "Rate - low");
|
||||
$GLOBALS["cmodes"] = array(1 => "List - min", 2 => "List - max", 3 => "Threaded - min", 4 => "Threaded - max");
|
||||
$GLOBALS["corder"] = array(1 => "Date - new", 2 => "Date - old", 3 => "Rate - high", 4 => "Rate - low");
|
||||
|
||||
class Comment {
|
||||
function Comment($uid, $name, $subject, $comment, $timestamp, $url, $cid, $lid) {
|
||||
|
|
Loading…
Reference in New Issue