------------------------------------------------------------ revno: 811 committer: Jon Phillips <j...@rejon.org> branch nick: aikiframework timestamp: Thu 2011-06-09 17:57:42 -0500 message: added new thing to start commenting the code where problems exist with @todo and, added closing ?> for php modified: src/index.php
-- lp:aikiframework https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk Your team Aiki Framework Developers is subscribed to branch lp:aikiframework. To unsubscribe from this branch go to https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'src/index.php' --- src/index.php 2011-06-06 04:47:54 +0000 +++ src/index.php 2011-06-09 22:57:42 +0000 @@ -36,6 +36,7 @@ require_once ("system/widgets.php"); $layout = new CreateLayout(); +// @todo need to define these before use + integrate into @see widgets.php if (isset($global_widget)){ $noheaders = true; $nogui = true; @@ -144,3 +145,4 @@ echo "\n <!-- queries: ".$db->num_queries." -->\n"; echo "\n <!-- Time: ".$end_time." seconds -->"; } +?>
_______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : aikiframework-devel@lists.launchpad.net Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp