/[drupal]/contributions/modules/gdata/extras/gdata_gdata.inc
ViewVC logotype

Diff of /contributions/modules/gdata/extras/gdata_gdata.inc

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

revision 1.1, Sun Sep 3 16:08:42 2006 UTC revision 1.2, Sun Sep 3 17:11:38 2006 UTC
# Line 1  Line 1 
1  <?php  <?php
2    /**
3     * Copyright and License info
4     *
5     * Copyright 2006 Sumit Datta | sumitdatta _at_ gmail _dot_ com
6     *
7      This program is free software; you can redistribute it and/or modify
8      it under the terms of the GNU General Public License as published by
9      the Free Software Foundation; either version 2 of the License, or
10      (at your option) any later version.
11    
12      This program is distributed in the hope that it will be useful,
13      but WITHOUT ANY WARRANTY; without even the implied warranty of
14      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15      GNU General Public License for more details.
16    
17      You should have received a copy of the GNU General Public License
18      along with this program; if not, write to the Free Software
19      Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
20      */
21    
22  function gdata_gdata($op, $path = '') {  function gdata_gdata($op, $path = '') {
23    global $base_url, $user;    global $base_url, $user;
24    if (0 == ($module_details = variable_get('gdata_gdata', 0))) {    if (0 == ($module_details = variable_get('gdata_gdata', 0))) {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2