coding standards

correction conform conding standards.
pull/63/head
noud 2012-12-04 09:07:33 +01:00
parent 98a2df0280
commit 1bd14256e0
2 changed files with 2 additions and 2 deletions

View File

@ -408,7 +408,6 @@ class AppController extends Controller {
public function generatePrivate() {
$this->generatePrivateForAttributes();
$this->generatePrivateForEvents();
}
public function generatePrivateForAttributes() {
@ -457,6 +456,8 @@ class AppController extends Controller {
* 0: orig
* +1: one step downstream
*
* @throws NotFoundException
*
* @param unknown_type $yourOrg being f.i. 'NCIRC' or 'MIL.be'
*/
public function generateHop($yourOrg = 'NCIRC') {

View File

@ -387,7 +387,6 @@ class UsersController extends AppController {
$graphFields = str_replace($replace, "_", $graphFields);
$this->set('graphFields', $graphFields);
$graphData = array();
$prevRowOrg = "";
$i = -1;