Skip to Content.
Sympa Menu

comanage-dev - Re: [comanage-dev] r364 - registry/trunk/app/Controller

Subject: COmanage Developers List

List archive

Re: [comanage-dev] r364 - registry/trunk/app/Controller


Chronological Thread 
  • From: Benn Oshrin <>
  • To:
  • Subject: Re: [comanage-dev] r364 - registry/trunk/app/Controller
  • Date: Wed, 26 Sep 2012 23:58:32 -0400

On 9/24/12 2:33 AM,

wrote:

Modified: registry/trunk/app/Controller/CoGroupMembersController.php
===================================================================
--- registry/trunk/app/Controller/CoGroupMembersController.php 2012-09-24
02:54:32 UTC (rev 363)
+++ registry/trunk/app/Controller/CoGroupMembersController.php 2012-09-24
06:33:39 UTC (rev 364)
@@ -287,8 +287,8 @@

- elseif($this->action == 'delete' &&
isset($this->request->params['named']['copersonid']))
- $cop = $this->request->params['named']['copersonid'];
+ elseif($this->action == 'delete' &&
isset($this->request->params['named']['CoPersonid']))
+ $cop = $this->request->params['named']['CoPersonid'];

How is "CoPersonid" the right capitalization for anything?

Modified: registry/trunk/app/Controller/StandardController.php
===================================================================
--- registry/trunk/app/Controller/StandardController.php 2012-09-24
02:54:32 UTC (rev 363)
+++ registry/trunk/app/Controller/StandardController.php 2012-09-24
06:33:39 UTC (rev 364)
@@ -243,9 +243,13 @@
// Delete doesn't have a view, so we need to redirect back to index
regardless of success

if($this->requires_person)
+ {
$this->checkPersonID("force", $op);
+ }
else
+ {
$this->performRedirect();
+ }
}
}

https://spaces.internet2.edu/display/COmanage/COmanage+Coding+Style#COmanageCodingStyle-CurlyBraces

-Benn-




Archive powered by MHonArc 2.6.16.

Top of Page