-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
> > I pulled the following ShindigIntegrator patches from > drupal-z2-07-12-2009 on drupal-z2. > > changeset: 85:48091f882972 user: r...@drupal-dev date: > Thu Nov 26 00:30:41 2009 +0100 files: > usr/src/ShindigIntegrator/shindig_integrator/shindig/php/src/social/sample/ShindigIntegratorDbFetcher.php > description: db_url can be an array in drupal6 > > > diff -r b9c7065f1b8a -r 48091f882972 > usr/src/ShindigIntegrator/shindig_integrator/shindig/php/src/social/sample/ShindigIntegratorDbFetcher.php > --- > a/usr/src/ShindigIntegrator/shindig_integrator/shindig/php/src/social/sample/ShindigIntegratorDbFetcher.php > Wed Nov 25 18:54:04 2009 +0100 +++ > b/usr/src/ShindigIntegrator/shindig_integrator/shindig/php/src/social/sample/ShindigIntegratorDbFetcher.php > Thu Nov 26 00:30:41 2009 +0100 @@ -13,6 +13,9 @@ > include_once(Config::get('include_path')."/bootstrap.inc"); > include_once(Config::get('include_path')."/common.inc"); > > +if(is_array($db_url)) { + $db_url = $db_url['default']; +} > $url_array = parse_url($db_url); $GLOBALS['url_array'] = > $url_array; > include_once(Config::get('include_path')."/database.".$url_array['scheme'].".inc"); > > > changeset: 87:8bdcbfe0090e user: r...@drupal-dev date: > Thu Nov 26 11:05:34 2009 +0100 files: > usr/src/ShindigIntegrator/shindig_integrator/shindig_files/ShindigIntegratorDbFetcher.php > description: db_url can be an array > > > diff -r 2eb40aba9185 -r 8bdcbfe0090e > usr/src/ShindigIntegrator/shindig_integrator/shindig_files/ShindigIntegratorDbFetcher.php > --- > a/usr/src/ShindigIntegrator/shindig_integrator/shindig_files/ShindigIntegratorDbFetcher.php > Thu Nov 26 00:35:40 2009 +0100 +++ > b/usr/src/ShindigIntegrator/shindig_integrator/shindig_files/ShindigIntegratorDbFetcher.php > Thu Nov 26 11:05:34 2009 +0100 @@ -13,7 +13,9 @@ > include_once(Config::get('include_path')."/bootstrap.inc"); > include_once(Config::get('include_path')."/common.inc"); > > -$url_array = parse_url($db_url); +if(is_array($db_url)) { + > $db_url = $db_url['default']; +} $GLOBALS['url_array'] = > $url_array; > include_once(Config::get('include_path')."/database.".$url_array['scheme'].".inc"); > > > Finally I've been able to sit a table on: > http://drupal-z2.pokersource.info/drupal6/ > Great work. Note that the above (which should have ring a bell when you told me your problem) was reported two weeks ago at http://drupal-dev.pokersource.info/trac/ticket/8 and Kez was in charge of filing a bug report against ShindigIntegration, which he did not do. Would you be so kind as to do it for him ? Thanks in advance -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkshR5MACgkQ8dLMyEl6F23+8QCfQ6UorieK89w3bs03PIms2zjm A8wAoL9KVVunGHMXGQZtMohaEIqTwme2 =/Roa -----END PGP SIGNATURE-----
<<attachment: loic.vcf>>
_______________________________________________ Pokersource-users mailing list Pokersource-users@gna.org https://mail.gna.org/listinfo/pokersource-users