diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-03 23:47:52 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-03 23:47:52 +0000 |
commit | f9345f9e71f97a72be0bf6a5aa4e2a3312b9923d (patch) | |
tree | 05daae248a0b5b7fd73c919d6baf16dc0136ac9a /modules | |
parent | b03fc52d3b56b474bc760b30582a2a3514a402e7 (diff) | |
download | ampache-f9345f9e71f97a72be0bf6a5aa4e2a3312b9923d.tar.gz ampache-f9345f9e71f97a72be0bf6a5aa4e2a3312b9923d.tar.bz2 ampache-f9345f9e71f97a72be0bf6a5aa4e2a3312b9923d.zip |
fixed some short tag references
Diffstat (limited to 'modules')
-rw-r--r-- | modules/libglue/auth.php | 2 | ||||
-rw-r--r-- | modules/libglue/dbh.php | 2 | ||||
-rw-r--r-- | modules/libglue/session.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/libglue/auth.php b/modules/libglue/auth.php index 0ef41e8c..1cd55418 100644 --- a/modules/libglue/auth.php +++ b/modules/libglue/auth.php @@ -1,4 +1,4 @@ -<? +<?php /* ------------------- CVS INFO ---------------------- * * $Source: /data/cvsroot/ampache/libglue/auth.php,v $ diff --git a/modules/libglue/dbh.php b/modules/libglue/dbh.php index 71d04b9c..ca00d0a1 100644 --- a/modules/libglue/dbh.php +++ b/modules/libglue/dbh.php @@ -1,4 +1,4 @@ -<? +<?php /* * ---------------------------- CVS INFO -------------------------------- * diff --git a/modules/libglue/session.php b/modules/libglue/session.php index aef10c60..b0534844 100644 --- a/modules/libglue/session.php +++ b/modules/libglue/session.php @@ -1,4 +1,4 @@ -<? +<?php /* ------------------- CVS INFO ---------------------- * * $Source: /data/cvsroot/ampache/libglue/session.php,v $ |