[CS-Project-svn_notify] SF.net SVN: cs-project: [735] trunk/lib
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-01-26 20:24:24
|
Revision: 735 http://cs-project.svn.sourceforge.net/cs-project/?rev=735&view=rev Author: crazedsanity Date: 2008-01-26 12:24:22 -0800 (Sat, 26 Jan 2008) Log Message: ----------- Change some PHP tags to NOT be the short ones (so users don't have to allow_short_open_tags, or whatever it's called). Modified Paths: -------------- trunk/lib/projectClass.php trunk/lib/sessionCacheClass.php trunk/lib/session_class.php trunk/lib/site_config.php Modified: trunk/lib/projectClass.php =================================================================== --- trunk/lib/projectClass.php 2008-01-07 23:20:45 UTC (rev 734) +++ trunk/lib/projectClass.php 2008-01-26 20:24:22 UTC (rev 735) @@ -1,12 +1,12 @@ -<? +<?php /* * SVN INFORMATION::: * ------------------ - * SVN Signature::::::: $Id$ - * Last Author::::::::: $Author$ - * Current Revision:::: $Revision$ - * Repository Location: $HeadURL$ - * Last Updated:::::::: $Date$ + * SVN Signature::::::: $Id:projectClass.php 626 2007-11-20 16:54:11Z crazedsanity $ + * Last Author::::::::: $Author:crazedsanity $ + * Current Revision:::: $Revision:626 $ + * Repository Location: $HeadURL:https://cs-project.svn.sourceforge.net/svnroot/cs-project/trunk/lib/projectClass.php $ + * Last Updated:::::::: $Date:2007-11-20 10:54:11 -0600 (Tue, 20 Nov 2007) $ */ class projectClass extends mainRecord { Modified: trunk/lib/sessionCacheClass.php =================================================================== --- trunk/lib/sessionCacheClass.php 2008-01-07 23:20:45 UTC (rev 734) +++ trunk/lib/sessionCacheClass.php 2008-01-26 20:24:22 UTC (rev 735) @@ -1,15 +1,15 @@ -<? +<?php /* * Written 2005-10-04 * * SVN INFORMATION::: * ------------------ - * SVN Signature::::::: $Id$ - * Last Author::::::::: $Author$ - * Current Revision:::: $Revision$ - * Repository Location: $HeadURL$ - * Last Updated:::::::: $Date$ + * SVN Signature::::::: $Id:sessionCacheClass.php 626 2007-11-20 16:54:11Z crazedsanity $ + * Last Author::::::::: $Author:crazedsanity $ + * Current Revision:::: $Revision:626 $ + * Repository Location: $HeadURL:https://cs-project.svn.sourceforge.net/svnroot/cs-project/trunk/lib/sessionCacheClass.php $ + * Last Updated:::::::: $Date:2007-11-20 10:54:11 -0600 (Tue, 20 Nov 2007) $ * * Basically, it's a way to store things in the session in a standard way, without having to * access $_SESSION directly. Data is, by default, stored on a per-page basis, and thus the Modified: trunk/lib/session_class.php =================================================================== --- trunk/lib/session_class.php 2008-01-07 23:20:45 UTC (rev 734) +++ trunk/lib/session_class.php 2008-01-26 20:24:22 UTC (rev 735) @@ -1,15 +1,15 @@ -<? +<?php ## ## 02-12-2002 /* * SVN INFORMATION::: * ------------------ - * SVN Signature::::::: $Id$ - * Last Author::::::::: $Author$ - * Current Revision:::: $Revision$ - * Repository Location: $HeadURL$ - * Last Updated:::::::: $Date$ + * SVN Signature::::::: $Id:session_class.php 626 2007-11-20 16:54:11Z crazedsanity $ + * Last Author::::::::: $Author:crazedsanity $ + * Current Revision:::: $Revision:626 $ + * Repository Location: $HeadURL:https://cs-project.svn.sourceforge.net/svnroot/cs-project/trunk/lib/session_class.php $ + * Last Updated:::::::: $Date:2007-11-20 10:54:11 -0600 (Tue, 20 Nov 2007) $ */ ## Modified: trunk/lib/site_config.php =================================================================== --- trunk/lib/site_config.php 2008-01-07 23:20:45 UTC (rev 734) +++ trunk/lib/site_config.php 2008-01-26 20:24:22 UTC (rev 735) @@ -1,13 +1,13 @@ -<? +<?php //contains local site information /* * SVN INFORMATION::: * ------------------ - * SVN Signature::::::: $Id$ - * Last Author::::::::: $Author$ - * Current Revision:::: $Revision$ - * Repository Location: $HeadURL$ - * Last Updated:::::::: $Date$ + * SVN Signature::::::: $Id:site_config.php 626 2007-11-20 16:54:11Z crazedsanity $ + * Last Author::::::::: $Author:crazedsanity $ + * Current Revision:::: $Revision:626 $ + * Repository Location: $HeadURL:https://cs-project.svn.sourceforge.net/svnroot/cs-project/trunk/lib/site_config.php $ + * Last Updated:::::::: $Date:2007-11-20 10:54:11 -0600 (Tue, 20 Nov 2007) $ */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |