Merge branch 'master' into develop

pull/63/head
noud 2012-10-22 15:27:12 +02:00
commit 5a385b4e0b
5 changed files with 5 additions and 7 deletions

View File

@ -43,7 +43,7 @@
CakePlugin::routes();
/**
* Load the CakePHP default routes. Remove this if you do not want to use
* Load the CakePHP default routes. Only remove this if you do not want to use
* the built-in default routes.
*/
require CAKE . 'Config' . DS . 'routes.php';

View File

@ -677,8 +677,8 @@ class AttributesController extends AppController {
}
}
arsort($relatedEventsDates);
if (isset($relatedEventsDates)) {
arsort($relatedEventsDates);
$relatedEventsDates = array_unique($relatedEventsDates);
foreach ($relatedEventsDates as $key => $relatedEventsDate) {
$relatedEvents[] = array('id' => $key, 'date' => $relatedEventsDate);

View File

@ -35,7 +35,7 @@
echo $this->fetch('css');
echo $this->fetch('script');
echo $this->Html->script('jquery-1.7.2.min'); // Include jQuery library
echo $this->Html->script('jquery-1.8.2.min'); // Include jQuery library
?>
<!--?php echo $scripts_for_layout; ?-->

File diff suppressed because one or more lines are too long

2
app/webroot/js/jquery-1.8.2.min.js vendored Normal file

File diff suppressed because one or more lines are too long