Hi Tim,
I just working on another issue, I will schedule it to me on open issue
and will check it for tomorrow morning.
Am Montag, den 28.07.2014, 09:38 +0100 schrieb t...@weberpafrica.com:
> I have been looking into this for a few days and not got very far.
> However something else came up that may or may not be causing the
> problem. The mysql extension of PHP has been deprecated and we should
> now use mysqli instead. I changed the $dbtype in inc_init_main.php to
> be mysqli and care2x uses the correct ADODB functions, no problem.
> However there are a number of entries in the code such as:
>
> if ($dbtype='mysql') {
Thanks Tim, you're actually right. That could cover side effects. I
suggest to change
if ($dbtype='mysql')
to
if ($dbtype='mysql' || $dbtype='mysqli')
Maybe some out there still using mysql. To refactor the above is quite
still easy, but have to check a bit more into detail I guess :)
I will give feedback tomorrow. Ok?
Robert
------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls.
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers