summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorSebastian Schmelzer2012-01-11 14:47:42 +0100
committerSebastian Schmelzer2012-01-11 14:47:42 +0100
commit500941480288cd64899fe3bca6d564b98b041593 (patch)
treeb6e08f215fb56e85391cee4fc2780b6fad029c44 /library
parentformat source files (diff)
downloadpbs2-500941480288cd64899fe3bca6d564b98b041593.tar.gz
pbs2-500941480288cd64899fe3bca6d564b98b041593.tar.xz
pbs2-500941480288cd64899fe3bca6d564b98b041593.zip
fix stylecode output
Diffstat (limited to 'library')
-rw-r--r--library/Pbs/Acl.php2
-rw-r--r--library/Pbs/Controller/Plugin/Modularlayout.php2
-rw-r--r--library/Pbs/Debug.php2
-rw-r--r--library/Pbs/Filter.php2
-rw-r--r--library/Pbs/Graph.php2
-rw-r--r--library/Pbs/NewConfig.php2
-rw-r--r--library/Pbs/NewMember.php2
-rw-r--r--library/Pbs/Notifier.php2
-rw-r--r--library/Pbs/Pagination.php2
-rw-r--r--library/Pbs/Search.php2
-rw-r--r--library/Pbs/Session.php2
11 files changed, 11 insertions, 11 deletions
diff --git a/library/Pbs/Acl.php b/library/Pbs/Acl.php
index a4b6e48..06cb536 100644
--- a/library/Pbs/Acl.php
+++ b/library/Pbs/Acl.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/library/Pbs/Controller/Plugin/Modularlayout.php b/library/Pbs/Controller/Plugin/Modularlayout.php
index 69b0087..8aa58ea 100644
--- a/library/Pbs/Controller/Plugin/Modularlayout.php
+++ b/library/Pbs/Controller/Plugin/Modularlayout.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/library/Pbs/Debug.php b/library/Pbs/Debug.php
index 8610ede..8ca9531 100644
--- a/library/Pbs/Debug.php
+++ b/library/Pbs/Debug.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/library/Pbs/Filter.php b/library/Pbs/Filter.php
index c8119ed..a0788e6 100644
--- a/library/Pbs/Filter.php
+++ b/library/Pbs/Filter.php
@@ -1,4 +1,4 @@
-<? php
+<?php
class Pbs_Filter {
diff --git a/library/Pbs/Graph.php b/library/Pbs/Graph.php
index a37af35..4ab1f79 100644
--- a/library/Pbs/Graph.php
+++ b/library/Pbs/Graph.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/library/Pbs/NewConfig.php b/library/Pbs/NewConfig.php
index 7a832a1..fd9be42 100644
--- a/library/Pbs/NewConfig.php
+++ b/library/Pbs/NewConfig.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/library/Pbs/NewMember.php b/library/Pbs/NewMember.php
index 4fe5776..e9766eb 100644
--- a/library/Pbs/NewMember.php
+++ b/library/Pbs/NewMember.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/library/Pbs/Notifier.php b/library/Pbs/Notifier.php
index cfe2066..f2c67d5 100644
--- a/library/Pbs/Notifier.php
+++ b/library/Pbs/Notifier.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/library/Pbs/Pagination.php b/library/Pbs/Pagination.php
index 6468897..504d70c 100644
--- a/library/Pbs/Pagination.php
+++ b/library/Pbs/Pagination.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/library/Pbs/Search.php b/library/Pbs/Search.php
index 7959775..e040863 100644
--- a/library/Pbs/Search.php
+++ b/library/Pbs/Search.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/library/Pbs/Session.php b/library/Pbs/Session.php
index bc4587e..3f140fc 100644
--- a/library/Pbs/Session.php
+++ b/library/Pbs/Session.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.