r3
(Updated search to add newly discovered user_id parameter) committed by bluemonki
- Updated search to add newly discovered user_id parameter
Updated search to add newly discovered user_id parameter
Sep 01, 2009
issue 3
(forgot $) commented on by ivo.bathke
- same in: Zooomr.Upload.php
same in: Zooomr.Upload.php
Sep 01, 2009
issue 3
(forgot $) commented on by ivo.bathke
- same in: Zooomr.Test.php
same in: Zooomr.Test.php
Sep 01, 2009
issue 3
(forgot $) commented on by ivo.bathke
- same in: Zooomr.Tags.php
same in: Zooomr.Tags.php
Sep 01, 2009
issue 3
(forgot $) commented on by ivo.bathke
- same in: Zooomr.Favorites.php
same in: Zooomr.Favorites.php
Sep 01, 2009
issue 3
(forgot $) commented on by ivo.bathke
- same in: Zooomr.Photos.Notes.php
same in: Zooomr.Photos.Notes.php
Sep 01, 2009
issue 3
(forgot $) reported by ivo.bathke
- file: Zooomr.Photos.License.php
Line 24 should be: if ($a_zooomr_api == null)
file: Zooomr.Photos.License.php
Line 24 should be: if ($a_zooomr_api == null)
Sep 01, 2009
issue 2
(nil) commented on by ivo.bathke
- sorry file: Zooomr.Photos.Geo.php
sorry file: Zooomr.Photos.Geo.php
Sep 01, 2009
issue 2
(nil) reported by ivo.bathke
- file:
Zooomr.Photos.License.php
line 24:
'nil' should be 'null'
file:
Zooomr.Photos.License.php
line 24:
'nil' should be 'null'
Aug 30, 2009
issue 1
(missing $ ) reported by ivo.bathke
- forgot an $ before variable name:
Notice: Use of undefined constant a_zooomr_api - assumed 'a_zooomr_api' in
Zooomr.Photos.Comments.php on line 16
should be:
if (null == $a_zooomr_api)
forgot an $ before variable name:
Notice: Use of undefined constant a_zooomr_api - assumed 'a_zooomr_api' in
Zooomr.Photos.Comments.php on line 16
should be:
if (null == $a_zooomr_api)