From: <rc...@us...> - 2014-10-25 19:25:20
|
Revision: 6940 http://sourceforge.net/p/web-erp/reponame/6940 Author: rchacon Date: 2014-10-25 19:25:12 +0000 (Sat, 25 Oct 2014) Log Message: ----------- Minor changes (script Id, cleans */). Modified Paths: -------------- trunk/AccountGroups.php trunk/index.php Modified: trunk/AccountGroups.php =================================================================== --- trunk/AccountGroups.php 2014-10-25 07:08:51 UTC (rev 6939) +++ trunk/AccountGroups.php 2014-10-25 19:25:12 UTC (rev 6940) @@ -2,11 +2,11 @@ /* $Id$*/ include('includes/session.inc'); + $Title = _('Account Groups'); -/* Manual links before header.inc */ $ViewTopic= 'GeneralLedger';// Filename in ManualContents.php's TOC. -$BookMark = 'AccountGroups';// Anchor's id in the manual's html document.*/ -include('includes/header.inc'); +$BookMark = 'AccountGroups';// Anchor's id in the manual's html document. +include('includes/header.inc');// Manual links before header.inc. include('includes/SQL_CommonFunctions.inc'); Modified: trunk/index.php =================================================================== --- trunk/index.php 2014-10-25 07:08:51 UTC (rev 6939) +++ trunk/index.php 2014-10-25 19:25:12 UTC (rev 6940) @@ -1,4 +1,6 @@ <?php +/* $Id$*/ + $PageSecurity=0; include('includes/session.inc'); |