Subversion Repositories eFlore/Applications.cel

Rev

Rev 3195 | Rev 3233 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3195 Rev 3196
Line 132... Line 132...
132
        }
132
        }
Line 133... Line 133...
133
 
133
 
134
 
134
 
135
 
135
 
136
        private function executerModification() {
136
        private function executerModification() {
137
                $retour = '';
137
                $retour = array();
138
                if (isset($this->parametres['projet'])) {
138
                if (isset($this->parametres['projet'])) {
139
                        $retour['squelette'] = 'creation';
139
                        $retour['squelette'] = 'creation';