[moodle] / moodle / lib / googleapi.php Repository:

Diff of /moodle/lib/googleapi.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7, Mon May 25 16:27:25 2009 WST revision 1.8, Tue May 26 09:48:31 2009 WST

By dongsheng:

"MDL-19272, fixed undefined ->pixpath in google docs plugin"

# Line 305  Line 305 
305                      'url' => "{$gdoc->link[0]->attributes()->href}",                      'url' => "{$gdoc->link[0]->attributes()->href}",
306                      'source' => $source,                      'source' => $source,
307                      'date'   => usertime(strtotime($gdoc->updated)),                      'date'   => usertime(strtotime($gdoc->updated)),
308                      'thumbnail' => $CFG->pixpath.'/f/'.mimeinfo('icon32', $title)                      'thumbnail' => $CFG->wwwroot.'/pix/f/'.mimeinfo('icon32', $title)
309                  );                  );
310              }              }
311          }          }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

Moodle CVS Admin
ViewVC Help
Powered by ViewVC 1.0.7