Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1010 Rev 1062
Line 90... Line 90...
90
				}
90
				}
91
			}
91
			}
92
		}
92
		}
Line 93... Line 93...
93
	
93
	
94
		if (empty($this->donnees['description'])) {
94
		if (empty($this->donnees['description'])) {
95
			$description = $this->getWikini();
95
			$this->getWikini();
96
			$this->donnees['description'] = $description['description'];
96
			$this->donnees['description'] = $this->donnees['wikini']['description'];
97
			$this->donnees['titre'] = "Description collaborative";
97
			$this->donnees['titre'] = "Description collaborative";
Line 98... Line 98...
98
		}
98
		}
99
	
99