~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to api/src/Module/Movies.php

  • Committer: Keith Hughitt
  • Date: 2010-02-17 22:00:59 UTC
  • mfrom: (402.1.68 hv)
  • Revision ID: keith.hughitt@nasa.gov-20100217220059-wmdq7kgokj4seryx
Merged with Keith's branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
     */
122
122
    public function buildMovie ()
123
123
    {
124
 
        include_once 'lib/Movie/HelioviewerMovie.php';
 
124
        include_once 'src/Movie/HelioviewerMovie.php';
125
125
 
126
126
        // Required parameters
127
127
        $startDate = $this->_params['startDate'];