diff --git a/web/lib/aurjson.class.php b/web/lib/aurjson.class.php index 6dec0838..50d859c5 100644 --- a/web/lib/aurjson.class.php +++ b/web/lib/aurjson.class.php @@ -11,7 +11,7 @@ include_once("aur.inc.php"); */ class AurJSON { private $dbh = false; - private $version = 2; + private $version = 1; private static $exposed_methods = array( 'search', 'info', 'multiinfo', 'msearch', 'suggest' );