diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-07-11 18:56:05 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-07-11 18:56:05 +0200 |
commit | a5fdd45528a85457821ef4739efcd3fc778affde (patch) | |
tree | 46e547df4cc4cdec2edbf061821422e1a9d65873 /pkgdb-ajax.php | |
parent | e6b48f0d645a72b2b4898f3ddc90fc8437f9b1e2 (diff) |
fix issue with using name containing special char.
Diffstat (limited to 'pkgdb-ajax.php')
-rw-r--r-- | pkgdb-ajax.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgdb-ajax.php b/pkgdb-ajax.php index f23b4cf..24d07b8 100644 --- a/pkgdb-ajax.php +++ b/pkgdb-ajax.php @@ -80,6 +80,6 @@ if ( !isset($name) || !$name ) { } } } - +error_log("RETURN:".print_r($fedpkg,true)); echo json_encode($fedpkg); ?>
\ No newline at end of file |