From 85e79fafb2d1f52ba7d8db40f07a955a36e895a5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Mon, 25 Feb 2008 12:53:44 +0000
Subject: [PATCH] do not use short-tags

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@322 44740490-163a-0410-bde0-09ae8108e29a
---
 lib/SimpleSAML/MemcacheStore.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/SimpleSAML/MemcacheStore.php b/lib/SimpleSAML/MemcacheStore.php
index 8f1a32755..5ad1adaac 100644
--- a/lib/SimpleSAML/MemcacheStore.php
+++ b/lib/SimpleSAML/MemcacheStore.php
@@ -1,4 +1,4 @@
-<?
+<?php 
 
 /* We need access to the configuration from config/config.php. */
 require_once('SimpleSAML/Configuration.php');
-- 
GitLab