Subversion Repositories oidplus

Rev

Rev 1131 | Rev 1143 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1131 Rev 1132
Line 253... Line 253...
253
                                        $updateCommand = $this->getGitCommand();
253
                                        $updateCommand = $this->getGitCommand();
254
                                } else if ($installType === 'svn-snapshot') {
254
                                } else if ($installType === 'svn-snapshot') {
255
                                        $out['text'] .= '<p>'._L('You are using <b>method C</b> (Snapshot TAR.GZ file with .version.php file).').'</p>';
255
                                        $out['text'] .= '<p>'._L('You are using <b>method C</b> (Snapshot TAR.GZ file with .version.php file).').'</p>';
256
                                        $requireInfo = ''; // unused
256
                                        $requireInfo = ''; // unused
257
                                        $updateCommand = ''; // unused
257
                                        $updateCommand = ''; // unused
-
 
258
                                } else {
-
 
259
                                        assert(false);
258
                                }
260
                                }
259
 
261
 
260
                                $local_installation = OIDplus::getVersion();
262
                                $local_installation = OIDplus::getVersion();
261
                                $newest_version = $this->getLatestRevision();
263
                                $newest_version = $this->getLatestRevision();
262
 
264