summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
authorKjartan Mannes <kjartan@2.no-reply.drupal.org>2002-02-16 13:38:00 +0000
committerKjartan Mannes <kjartan@2.no-reply.drupal.org>2002-02-16 13:38:00 +0000
commit8c70eae2e49930eb6ebe063849adf9be14cf28c5 (patch)
treefd9efd3e972bc1aea38fdf65a5a4d157eacd964c /modules/comment/comment.module
parent2026396d092c48df91b60c24cb5e1dcef54ce710 (diff)
downloadbrdo-8c70eae2e49930eb6ebe063849adf9be14cf28c5.tar.gz
brdo-8c70eae2e49930eb6ebe063849adf9be14cf28c5.tar.bz2
- changing <? to <?php , reported by ax.
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 9c2648b9b..467e218bf 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -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");