- changing <? to <?php , reported by ax.

4.0.x
Kjartan Mannes 2002-02-16 13:38:00 +00:00
parent 2026396d09
commit 8c70eae2e4
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<?
<?php
// $Id$
$GLOBALS["cmodes"] = array(1 => "Flat list - collapsed", 2 => "Flat list - expanded", 3 => "Threaded list - collapsed", 4 => "Threaded list - expanded");

View File

@ -1,4 +1,4 @@
<?
<?php
// $Id$
$GLOBALS["cmodes"] = array(1 => "Flat list - collapsed", 2 => "Flat list - expanded", 3 => "Threaded list - collapsed", 4 => "Threaded list - expanded");