Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] r295 - registry/trunk/app/View/CoExtendedAttributes

Subject: COmanage Developers List

List archive

[comanage-dev] r295 - registry/trunk/app/View/CoExtendedAttributes


Chronological Thread 
  • From:
  • To:
  • Subject: [comanage-dev] r295 - registry/trunk/app/View/CoExtendedAttributes
  • Date: Sun, 20 May 2012 20:29:11 -0400

Author: benno
Date: 2012-05-20 20:29:11 -0400 (Sun, 20 May 2012)
New Revision: 295

Modified:
registry/trunk/app/View/CoExtendedAttributes/fields.inc
Log:
Fix typo

Modified: registry/trunk/app/View/CoExtendedAttributes/fields.inc
===================================================================
--- registry/trunk/app/View/CoExtendedAttributes/fields.inc 2012-04-23
13:13:11 UTC (rev 294)
+++ registry/trunk/app/View/CoExtendedAttributes/fields.inc 2012-05-21
00:29:11 UTC (rev 295)
@@ -48,7 +48,7 @@
<br />
';

- echo $this->Form->hidden('co_id', array('default' => $cur_co['Co']['Id']))
. "\n";
+ echo $this->Form->hidden('co_id', array('default' => $cur_co['Co']['id']))
. "\n";
?>
<table id="<?php echo $this->action; ?>_co" class="ui-widget">
<tbody>



  • [comanage-dev] r295 - registry/trunk/app/View/CoExtendedAttributes, svnlog, 05/20/2012

Archive powered by MHonArc 2.6.16.

Top of Page