[Openfirst-cvscommit] SF.net SVN: openfirst: [219] trunk/src/config/modules.php
Brought to you by:
xtimg
|
From: <ast...@us...> - 2007-04-06 21:13:01
|
Revision: 219
http://svn.sourceforge.net/openfirst/?rev=219&view=rev
Author: astronouth7303
Date: 2007-04-06 14:13:01 -0700 (Fri, 06 Apr 2007)
Log Message:
-----------
Fixed another $Footer reference
Modified Paths:
--------------
trunk/src/config/modules.php
Modified: trunk/src/config/modules.php
===================================================================
--- trunk/src/config/modules.php 2007-04-06 21:10:28 UTC (rev 218)
+++ trunk/src/config/modules.php 2007-04-06 21:13:01 UTC (rev 219)
@@ -56,7 +56,7 @@
// Successful creation response and die with footers.
echo "<p>Module information has been updated, thank you. [ <a href='modules.php'>Modules</a> ]</p>";
- include($Footer);
+ include($ogFooter);
die;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|