]> git.sur5r.net Git - contagged/commitdiff
Don't use short open tags
authorAndreas Gohr <gohr@cosmocode.de>
Wed, 5 Dec 2007 09:46:54 +0000 (10:46 +0100)
committerAndreas Gohr <gohr@cosmocode.de>
Wed, 5 Dec 2007 09:46:54 +0000 (10:46 +0100)
darcs-hash:20071205094654-6e07b-86845e4d2c8d50ed510deac3324514ea50906017.gz

ajax.php
import.php
inc/config.php
inc/init.php
inc/template.php
orgs.php

index eeacb17243ad5a809a837a48f4d209efcde7ef2f..d6bd6ae9a50c1fb98e768dde449182f5625b1430 100644 (file)
--- a/ajax.php
+++ b/ajax.php
@@ -1,4 +1,4 @@
-<?
+<?php
 require_once('inc/init.php');
 ldap_login();
 
index 095f5f7861809703ed2983a51b50f5785a9c7046..5521b4ad1a9717889be1887c9eceaa8aa00d704d 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 require_once('inc/init.php');
 require_once('inc/Contact_Vcard_Parse.php');
 ldap_login();
index fa8ff428f7b96f206538daa404b3821272ff836b..782f9a4ed003537ce5aab3fd54fb09a72f22b397 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
   // LDAP URL; if set, takes precedence over ldapserver and ldapport
   #$conf['ldapurl']     = 'ldaps://ldap.example.com/';
index c6097b2358219d33dfa471a6ca34567b0bfd5780..cc04d7a5b0599865f235a19a8f1d54219271bfa6 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
   require_once(dirname(__FILE__).'/config.php');
   require_once(dirname(__FILE__).'/fields.php');
   require_once(dirname(__FILE__).'/lang/en.php');
index c5e850e68e945fb8cee1f672b65a9d365e7542c3..8ebe359f26c24a60e4e8339c1788537eca3fb54b 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 /**
  * assigns some standard variables to smarty templates
index 0f6426ce80a23568d2228a93cb66749a5b821d6b..7f256b8f2d995b89f739eab541af5e24f2682705 100644 (file)
--- a/orgs.php
+++ b/orgs.php
@@ -1,4 +1,4 @@
-<?
+<?php
   require_once('inc/init.php');
   ldap_login();