/adei/ui

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/ui

« back to all changes in this revision

Viewing changes to services/update.php

  • Committer: Suren A. Chilingaryan
  • Date: 2008-10-30 01:27:40 UTC
  • mto: This revision was merged to the branch mainline in revision 116.
  • Revision ID: csa@dside.dyndns.org-20081030012740-svt0yigxj5uzwxyj
Few steps on source tree integration in javascript frontend

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
} catch(ADEIException $e) {
25
25
    $error = $e->getInfo();
26
26
 
27
 
    if (($draw)&&($e->getCode() == ADEIException::NO_DATA)) {
 
27
    if (($draw)&&(($e->getCode() == ADEIException::NO_DATA)||($e->getCode() == ADEIException::NO_CACHE))) {
 
28
        if (($e->getCode() == ADEIException::NO_CACHE)&&($req->IsVirtual())) {
 
29
            $error = "----------------";
 
30
        }
 
31
        
28
32
        try {
29
33
            $no_data = true;
30
34
            $draw->CreateMessage("Error", $error);