From: <tim...@us...> - 2009-11-21 10:24:44
|
Revision: 3067 http://web-erp.svn.sourceforge.net/web-erp/?rev=3067&view=rev Author: tim_schofield Date: 2009-11-21 10:24:36 +0000 (Sat, 21 Nov 2009) Log Message: ----------- Take out reference to $demo_text and the incorrect call to session_start(). Modified Paths: -------------- trunk/Logout.php trunk/doc/Change.log.html Modified: trunk/Logout.php =================================================================== --- trunk/Logout.php 2009-11-21 06:52:36 UTC (rev 3066) +++ trunk/Logout.php 2009-11-21 10:24:36 UTC (rev 3067) @@ -20,7 +20,6 @@ <form action=" <?php echo $rootpath;?>/index.php" name="loginform" method="post"> <label><?php echo _('Thank you for using webERP'); ?></label> <br /> - <div id="demo_text"><?php echo $demo_text;?></div> <input class="button" type="submit" value="<?php echo _('Login'); ?>" name="SubmitUser" /> </form> </div> @@ -31,7 +30,6 @@ <?php // Cleanup - session_start(); session_unset(); session_destroy(); ?> Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2009-11-21 06:52:36 UTC (rev 3066) +++ trunk/doc/Change.log.html 2009-11-21 10:24:36 UTC (rev 3067) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p> +<p>21/11/09 Tim: Logout.php - Take out reference to $demo_text and the incorrect call to session_start(). <p>20/11/09 Tim: CustomerInquiry.php - Correction of errors in retrieving the number of months inquiries to show. <p>20/11/09 Tim: Create a log file of all status messages. Default is no log. <p>19/11/09 Tim: Improvements to factor company implementaton. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |