[CS-Project-svn_notify] SF.net SVN: cs-project: [695] trunk/public_html
Brought to you by:
crazedsanity
From: <cra...@us...> - 2007-12-14 18:16:54
|
Revision: 695 http://cs-project.svn.sourceforge.net/cs-project/?rev=695&view=rev Author: crazedsanity Date: 2007-12-14 10:13:16 -0800 (Fri, 14 Dec 2007) Log Message: ----------- Re-create the test files so xofrevlis can do test parsing of the invoice again (I hope). Using a Windows machine for development BLOWS. Added Paths: ----------- trunk/public_html/test trunk/public_html/test.php Copied: trunk/public_html/test (from rev 692, trunk/public_html/test) =================================================================== --- trunk/public_html/test (rev 0) +++ trunk/public_html/test 2007-12-14 18:13:16 UTC (rev 695) @@ -0,0 +1,20 @@ +<?php +/* + * Created on Mar 10, 2006 + * by + * Dan Falconer + */ + + +require_once(dirname(__FILE__) ."/../lib/site_config.php"); + +$db = new cs_phpDB; +$db->connect(get_config_db_params()); +$session = new Session($db); + +$GLOBALS['DEBUGPRINTOPT'] = DEBUGPRINTOPT; + +$contentObj = new contentSystem(); +$contentObj->handle_session($session); +$contentObj->finish(); +?> Copied: trunk/public_html/test.php (from rev 692, trunk/public_html/test.php) =================================================================== --- trunk/public_html/test.php (rev 0) +++ trunk/public_html/test.php 2007-12-14 18:13:16 UTC (rev 695) @@ -0,0 +1 @@ +link test \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |